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