UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 222 B
import { TypeEnum } from './storage/TypeEnum'; /** Missing description */ export interface ProjectStorageUpdate { /** Container type */ containerType?: TypeEnum; } //# sourceMappingURL=ProjectStorageUpdate.d.ts.map