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

11 lines
201 B
TypeScript

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