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

9 lines
166 B
TypeScript

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