export type UsersType = { id: number | string | any role: string email: string status: string contact: string fullName: string username: string }