MCPcopy Create free account
hub / github.com/emwalker/digraph / SessionData

Interface SessionData

next/lib/index.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { SessionOptions } from 'iron-session'
3
4export interface SessionData {
5 username: string;
6 isLoggedIn: boolean;
7}
8
9export const defaultSession: SessionData = {
10 username: '',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected