Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
import
store from
'./appStore'
;
6
7
interface
UserSession {
8
id: string;
9
role: Role;
10
}
11
12
declare module
'express-session'
{
13
interface
SessionData {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected