UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 283 B
/** Application context of a promotion */ export var ContextTypeEnum; (function (ContextTypeEnum) { ContextTypeEnum["discover"] = "discover"; ContextTypeEnum["standard"] = "standard"; ContextTypeEnum["welcome"] = "welcome"; })(ContextTypeEnum || (ContextTypeEnum = {}));