/** * Speech DTOs barrel export * * Issue #398 */ export { TranscribeDto } from "./transcribe.dto"; export { SynthesizeDto } from "./synthesize.dto";