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

4 lines
61 B
TypeScript

export type SpeakerAssignmentStatus = {
status: string;
};