UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 228 B
/** All the type of a restore point */ export var BackupTypeEnum; (function (BackupTypeEnum) { BackupTypeEnum["full"] = "full"; BackupTypeEnum["incremental"] = "incremental"; })(BackupTypeEnum || (BackupTypeEnum = {}));