UNPKG

connect-typeorm

Version:
7 lines (6 loc) 117 B
export interface ISession { expiredAt: number; id: string; destroyedAt?: Date; json: string; }