Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LeChatErrant/API-template
/ SessionData
Interface
SessionData
src/appSession.ts:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
declare module
'express-session'
{
13
interface
SessionData {
14
user: UserSession;
15
}
16
}
17
18
export
default session({
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected