UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 458 B
/** Used in rule to tell if rule (or part of the rule) is applicable for a given context */ export declare enum ContextEnum { 'accept_conditions' = "accept_conditions", 'claims' = "claims", 'create' = "create", 'order' = "order", 'premium' = "premium", 'protected_code' = "protected_code", 'reason' = "reason", 'trade' = "trade", 'transfer' = "transfer", 'update' = "update" } //# sourceMappingURL=ContextEnum.d.ts.map