UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
9 lines (8 loc) 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExternalLoginIdentifierType = void 0; var ExternalLoginIdentifierType; (function (ExternalLoginIdentifierType) { ExternalLoginIdentifierType["Username"] = "USERNAME"; ExternalLoginIdentifierType["Email"] = "EMAIL"; })(ExternalLoginIdentifierType || (exports.ExternalLoginIdentifierType = ExternalLoginIdentifierType = {}));