UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

18 lines (17 loc) 723 B
/** Option type */ export var OptionTypeEnum; (function (OptionTypeEnum) { OptionTypeEnum["brotli"] = "brotli"; OptionTypeEnum["cache_rule"] = "cache_rule"; OptionTypeEnum["cors"] = "cors"; OptionTypeEnum["devmode"] = "devmode"; OptionTypeEnum["geo_headers"] = "geo_headers"; OptionTypeEnum["hsts"] = "hsts"; OptionTypeEnum["https_redirect"] = "https_redirect"; OptionTypeEnum["mixed_content"] = "mixed_content"; OptionTypeEnum["mobile_redirect"] = "mobile_redirect"; OptionTypeEnum["prefetch"] = "prefetch"; OptionTypeEnum["prewarm"] = "prewarm"; OptionTypeEnum["querystring"] = "querystring"; OptionTypeEnum["waf"] = "waf"; })(OptionTypeEnum || (OptionTypeEnum = {}));