Untitled
Anonymous
plain_text
03/13/2023 9:23 AM
368 B
14
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;
};
}
Editor is loading...