UNPKG

@omnia/fx-models

Version:
15 lines (14 loc) 334 B
import { Guid } from "../shared"; import { Identity } from "./identities"; export interface LoginLogItem { id: number; identity: Identity; device: string; status: string; ipAddress: string; location: string; url: string; currentSessionId: string; authenticationTypeId: Guid; createdAt: Date; }