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

9 lines
157 B
TypeScript

export type Participant = {
id: number;
firstname: string;
middlename?: string;
lastname: string;
phone?: string;
email?: string;
};