UNPKG

catng

Version:

Angular Dynamic Form Input Component

31 lines (30 loc) 539 B
export interface User { id: number; guidId: string; firstName: string; lastName: string; institutionId: number; email: string; roles?: string[]; accountingId?: number; } export interface Role { id: number; code: string; } export interface Url { id: number; statusId: number; urlId: number; type: number; no: number; name: string; link: string; base: number; icon: string; } export interface Login { userName: string; password: string; csrf: string; }