UNPKG

coersystem

Version:

Library for Angular projects

11 lines (10 loc) 202 B
export interface IUserLogin { userId?: number; user: string; userNumber?: string; role: string; fullName?: string; nickname?: string; email?: string; roles?: string[]; }