UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 230 B
/** Create a volume backup */ export interface VolumeBackupCreation { /** name of the backup */ name: string; /** ID of the volume to backup */ volumeId: string; } //# sourceMappingURL=VolumeBackupCreation.d.ts.map