UNPKG

notbank

Version:
10 lines (9 loc) 195 B
export interface UserDevice { HashCode: number; Location: string; DeviceName: string; IpAddress: string; UserId: number; IsTrusted: boolean; ExpirationTime: number; }