@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 343 B
TypeScript
/** List of possible route rule matches */
export declare enum RouteRuleMatchesEnum {
'contains' = "contains",
'endswith' = "endswith",
'exists' = "exists",
'in' = "in",
'internal' = "internal",
'is' = "is",
'matches' = "matches",
'startswith' = "startswith"
}
//# sourceMappingURL=RouteRuleMatchesEnum.d.ts.map