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

12 lines
355 B
TypeScript

/* tslint:disable */
/* eslint-disable */
export * from "./CreateTranscript";
export * from "./DeletionStatus";
export * from "./GetTranscript";
export * from "./HTTPValidationError";
export * from "./PageGetTranscript";
export * from "./RtcOffer";
export * from "./TranscriptTopic";
export * from "./UpdateTranscript";
export * from "./ValidationError";