ei-dev-shared
Version:
Shared components for EnAble India Projects
10 lines (9 loc) • 369 B
JavaScript
;
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 = {}));