UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 194 B
/** Type of statistics related to cache */ export declare enum StatsTypeEnum { 'backend' = "backend", 'cdn' = "cdn", 'threat' = "threat" } //# sourceMappingURL=StatsTypeEnum.d.ts.map