// models import { FileResponse } from '../'; export interface CompanyUserShort { id: number; userId: number; fullName: string; avatarFile: FileResponse; departmentId: number; }