UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 275 B
/** All type a cache can be in */ export var CacheRuleCacheTypeEnum; (function (CacheRuleCacheTypeEnum) { CacheRuleCacheTypeEnum["forceCache"] = "forceCache"; CacheRuleCacheTypeEnum["noCache"] = "noCache"; })(CacheRuleCacheTypeEnum || (CacheRuleCacheTypeEnum = {}));