UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 313 B
/** Backups of the instance */ export interface InstanceBackup { /** backup creation date (format RFC3339) */ createdAt: string; /** Backup id */ id: string; /** Backup name */ name: string; /** Region of the backup */ region: string; } //# sourceMappingURL=InstanceBackup.d.ts.map