@clipwhisperer/common
Version:
ClipWhisperer Common - Shared library providing core utilities, database schemas, authentication, bucket management, and common functionality across all ClipWhisperer microservices
7 lines (6 loc) • 337 B
TypeScript
/**
* Schemas Module
* Centralized export of all Zod schema definitions
*/
export * from "./responses";
export { awsPollyVoiceSchema, awsPollyEngineSchema, awsPollyOutputFormatSchema, awsPollyRequestSchema, awsPollySynthesisInputSchema, awsPollyMetadataSchema, speechSynthesisResponseSchema, awsPollyConfigSchema } from "./awsPolly";