UNPKG

@hmcts/rpx-xui-node-lib

Version:

Common nodejs library components for XUI

7 lines 242 B
import { Cookie, Session, SessionData } from 'express-session'; export interface MySessionData extends Session, SessionData { [key: string]: any; cookie: Cookie; passport: any; } //# sourceMappingURL=sessionData.interface.d.ts.map