UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 247 B
/** Type of backup for the cluster */ export declare enum BackupTypeEnum { 'automatic' = "automatic", 'manual' = "manual", 'none' = "none", 'pitr' = "pitr", 'snapshot' = "snapshot" } //# sourceMappingURL=BackupTypeEnum.d.ts.map