UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 154 B
/** Period */ export interface Period { /** Usage from */ from: string; /** Usage to */ to: string; } //# sourceMappingURL=Period.d.ts.map