lfk-client-js/dist/models/ResponseGroupContact.d.ts
2023-02-02 09:42:58 +00:00

11 lines
198 B
TypeScript

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