UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 191 B
/** A structure describing type of a stats hash */ export interface StatsDataType { /** */ date: string; /** */ value?: number; } //# sourceMappingURL=StatsDataType.d.ts.map