export type UpdateUser = { id: number; firstname: string; middlename?: string; lastname: string; username?: string; email: string; phone?: string; password?: string; enabled?: boolean; groups?: any; profilePic?: string; };