UNPKG

@accounts/typeorm

Version:
14 lines (13 loc) 280 B
import { User } from './User'; export declare class UserSession { id: string; user: User; token: string; valid: boolean; userAgent?: string | null; ip?: string | null; extra?: object; createdAt: string; updatedAt: string; userId: string; }