UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
10 lines (9 loc) 407 B
"use strict"; 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 = {}));