Untitled
unknown
plain_text
2 years ago
276 B
3
Indexable
Never
{ 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; }; }