export interface ILoginHistory { id: number; date: Date; ip: string; browser: string; } //# sourceMappingURL=loginHistory.d.ts.map