UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 166 B
/** Type of notification. */ export var TypeEnum; (function (TypeEnum) { TypeEnum["mail"] = "mail"; TypeEnum["sms"] = "sms"; })(TypeEnum || (TypeEnum = {}));