Untitled

 avatar
unknown
plain_text
2 years ago
282 B
4
Indexable
  employee_id: number;
  employee_name: string;
  department: string;
  company: string;
  hasAccessToApp: number;
  roles: {
    employee: boolean;
    supervisor: boolean;
    standin: boolean;
    executive: boolean;
    centralhr: boolean;
    localhr: boolean;
  };