export type UpdateParticipant = { speaker?: number | null; name?: string | null; };