agsamantha/node_modules/openai/resources/audio/index.d.ts
2024-10-02 15:15:21 -05:00

5 lines
No EOL
500 B
TypeScript

export { AudioModel, AudioResponseFormat, Audio } from "./audio.js";
export { SpeechModel, SpeechCreateParams, Speech } from "./speech.js";
export { Transcription, TranscriptionSegment, TranscriptionVerbose, TranscriptionWord, TranscriptionCreateResponse, TranscriptionCreateParams, Transcriptions, } from "./transcriptions.js";
export { Translation, TranslationVerbose, TranslationCreateResponse, TranslationCreateParams, Translations, } from "./translations.js";
//# sourceMappingURL=index.d.ts.map