UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 275 B
/** All states a status can be in */ export declare enum CacheRuleStatusEnum { 'creating' = "creating", 'deleting' = "deleting", 'error' = "error", 'off' = "off", 'on' = "on", 'updating' = "updating" } //# sourceMappingURL=CacheRuleStatusEnum.d.ts.map