export interface AttendeeResponse { attendee_id: string; external_user_id: string; join_token: string; }