frontend/.pnpm-store/v3/files/9b/7f7248ac3e0438f4014169c3745fbc6fe81efa1ee19752a73a936fa5bb0d88bfbe4c6f3508c500f870a98258444bb1fd6d3f36c9a00ecbf22b4c12ff07b21d

11 lines
201 B
Plaintext

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