export interface UserModel { id: number; name: string; firstName: string; }