UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 177 B
/** All the type of a restore point */ export declare enum BackupTypeEnum { 'full' = "full", 'incremental' = "incremental" } //# sourceMappingURL=BackupTypeEnum.d.ts.map