MCPcopy Index your code
hub / github.com/LeChatErrant/API-template / UserSession

Interface UserSession

src/appSession.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import store from './appStore';
6
7interface UserSession {
8 id: string;
9 role: Role;
10}
11
12declare module 'express-session' {
13 interface SessionData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected