Files
reflector/www/app/api/models/index.ts
2023-12-12 11:40:56 +01:00

26 lines
882 B
TypeScript

/* tslint:disable */
/* eslint-disable */
export * from "./AudioWaveform";
export * from "./CreateParticipant";
export * from "./CreateTranscript";
export * from "./DeletionStatus";
export * from "./GetTranscript";
export * from "./GetTranscriptSegmentTopic";
export * from "./GetTranscriptTopic";
export * from "./GetTranscriptTopicWithWords";
export * from "./GetTranscriptTopicWithWordsPerSpeaker";
export * from "./HTTPValidationError";
export * from "./PageGetTranscript";
export * from "./Participant";
export * from "./RtcOffer";
export * from "./SpeakerAssignment";
export * from "./SpeakerAssignmentStatus";
export * from "./SpeakerMerge";
export * from "./SpeakerWords";
export * from "./TranscriptParticipant";
export * from "./UpdateParticipant";
export * from "./UpdateTranscript";
export * from "./UserInfo";
export * from "./ValidationError";
export * from "./Word";