"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountType = void 0;
var AccountType;
(function (AccountType) {
AccountType["STEAM"] = "steam";
AccountType["EPIC"] = "epic";
})(AccountType || (exports.AccountType = AccountType = {}));