frontend/.pnpm-store/v3/files/33/370b3cb56e9c50e1850bedbc3e6c25ccd3ccaa9afb07ef73a2ff9b97fbc0fc50f00e85f7e513b5c5700515b661fe0a268bff974c84d6723435816508b70f9d

10 lines
181 B
Plaintext

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