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

8 lines
194 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type SpeakerAssignmentStatus = {
status: string;
};