export type SessionType = { userId: string; role: string; roleId: string; additional?: string; }; //# sourceMappingURL=session.d.ts.map