@wepublish/api
Version:
API core for we.publish.
9 lines • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthSessionType = void 0;
var AuthSessionType;
(function (AuthSessionType) {
AuthSessionType["User"] = "user";
AuthSessionType["Token"] = "token";
})(AuthSessionType || (exports.AuthSessionType = AuthSessionType = {}));
//# sourceMappingURL=auth-session.js.map