UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 287 B
/** Structure holding the options for a service */ export interface Option { /** Daily data points */ ddp: number; /** Time of last modification */ lastModification: string; /** Monthly active device streams */ mads: number; } //# sourceMappingURL=Option.d.ts.map