UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 172 B
/** Period */ export interface Period { /** Start of the period */ from: string; /** End of the period */ to: string; } //# sourceMappingURL=Period.d.ts.map