export type ResponseGroupContact = { id: number; firstname: string; middlename: string; lastname: string; phone: string; email: string; groups: any; address: any; };