UNPKG

@wepublish/api

Version:
9 lines 353 B
"use strict"; 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