UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 291 B
/** Storage Policy */ export interface StoragePolicy { /** Description of the storage policy */ description: string; /** Name of the storage policy */ name: string; /** Id of the storage policy */ storagePolicyId: string; } //# sourceMappingURL=StoragePolicy.d.ts.map