UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 147 B
/** Osd creation body */ export interface OsdCreation { /** Description */ description: string; } //# sourceMappingURL=OsdCreation.d.ts.map