Files
reflector/www/app/api/models/index.ts
2023-08-18 19:29:02 +07:00

13 lines
383 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 "./UserInfo";
export * from "./ValidationError";