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