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

6 lines
87 B
TypeScript

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