type Employees = { id: number; name: string; username: string; email: string; address: any; phone: string; }; type Inventories = { id: string; inven