agsamantha/node_modules/openai/resources/audio/index.d.ts

5 lines
500 B
TypeScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
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