export interface EmployeeLite { entityName?: string; departmentName?: string; code?: string; name?: string; }