All checks were successful
ci/woodpecker/push/api Pipeline was successful
Create AudioValidationPipe for MIME type and file size validation, TextValidationPipe for TTS text input validation, and DTOs for transcribe/synthesize endpoints. Includes 36 unit tests. Fixes #398
9 lines
155 B
TypeScript
9 lines
155 B
TypeScript
/**
|
|
* Speech DTOs barrel export
|
|
*
|
|
* Issue #398
|
|
*/
|
|
|
|
export { TranscribeDto } from "./transcribe.dto";
|
|
export { SynthesizeDto } from "./synthesize.dto";
|