Interface SessionData

Hierarchy

  • SessionData

Indexable

[key: string]: any

Properties

expiration?: number
expires?: number
flash?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
nextFlash?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any

Generated using TypeDoc