export type EventAttendeeRequest = { email: string; full_name?: string; title?: string; };