lfk-client-js/dist/models/ResponseParticipant.d.ts

9 lines
178 B
TypeScript
Raw Normal View History

2020-12-22 14:17:25 +00:00
export declare type ResponseParticipant = {
id: number;
firstname: string;
middlename: string;
lastname: string;
phone: string;
email: string;
};