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

5 lines
80 B
TypeScript

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