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

5 lines
88 B
TypeScript

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