Files
reflector/www/app/api/models/TranscriptParticipant.ts

6 lines
98 B
TypeScript

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