UNPKG

ei-dev-shared

Version:
10 lines (9 loc) 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommsSMSVariant = void 0; var CommsSMSVariant; (function (CommsSMSVariant) { CommsSMSVariant["DEFAULT"] = "default"; CommsSMSVariant["OTP"] = "otp"; CommsSMSVariant["VERIFICATION"] = "verification"; })(CommsSMSVariant || (exports.CommsSMSVariant = CommsSMSVariant = {}));