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

10 lines
185 B
TypeScript

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