UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 256 B
/** Type of statistics related to cache */ export var StatsTypeEnum; (function (StatsTypeEnum) { StatsTypeEnum["backend"] = "backend"; StatsTypeEnum["cdn"] = "cdn"; StatsTypeEnum["threat"] = "threat"; })(StatsTypeEnum || (StatsTypeEnum = {}));