@bitzonegaming/roleplay-engine-sdk
Version:
Roleplay Engine SDK
10 lines (9 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountSignInMethod = void 0;
var AccountSignInMethod;
(function (AccountSignInMethod) {
AccountSignInMethod["Password"] = "PASSWORD";
AccountSignInMethod["Discord"] = "DISCORD";
AccountSignInMethod["External"] = "EXTERNAL";
})(AccountSignInMethod || (exports.AccountSignInMethod = AccountSignInMethod = {}));