frontend/.pnpm-store/v3/files/63/8c24c308813817b88a36e1680a0b1b61860db8da638c43d4adf6b65678c0950256a49a53feff3ff9a3939b7631450a83fa339bdcf5e696f1a10a24c3a9fce2

11 lines
198 B
Plaintext

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