UNPKG

srtrain

Version:
10 lines (9 loc) 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SRTLoginMethod = void 0; var SRTLoginMethod; (function (SRTLoginMethod) { SRTLoginMethod["MEMBERSHIP_ID"] = "1"; SRTLoginMethod["EMAIL"] = "2"; SRTLoginMethod["PHONE_NUMBER"] = "3"; })(SRTLoginMethod || (exports.SRTLoginMethod = SRTLoginMethod = {}));