UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 270 B
/** Missing description */ export interface ProjectStorageCreation { /** Archive container flag */ archive: boolean; /** Container name */ containerName: string; /** Region */ region: string; } //# sourceMappingURL=ProjectStorageCreation.d.ts.map