UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 360 B
import { ChartTimestampValue as AliasTypeChartTimestampValue } from '../ChartTimestampValue'; /** A value set tagged with its unit and serie name */ export interface ChartTimestampValue { /** */ serieName: string; /** */ unit: string; /** */ values: AliasTypeChartTimestampValue[]; } //# sourceMappingURL=ChartTimestampValue.d.ts.map