UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 295 B
/** Backup */ export interface Backup { /** The id of the backup */ backupId: string; /** Date of the creation of the backup */ createdAt: string; /** The id of the device action that triggered the backup */ deviceActionId?: string; } //# sourceMappingURL=Backup.d.ts.map