export interface RequestEmployeeCreateOrUpdate { status?: boolean; name?: string; code?: string; mobile: string; organizationId?: string; email?: string; password?: string; operationCenters?: string[]; reportingManager?: string; permissions?: string[]; roles?: string[]; skills?: string[]; processableProducts?: string[]; }