resources/audio/mod.ts (18 lines of code) (raw):
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
export { Audio, type AudioModel, type AudioResponseFormat } from "./audio.ts";
export { Speech, type SpeechCreateParams, type SpeechModel } from "./speech.ts";
export {
type Transcription,
type TranscriptionCreateParams,
type TranscriptionCreateResponse,
Transcriptions,
type TranscriptionSegment,
type TranscriptionVerbose,
type TranscriptionWord,
} from "./transcriptions.ts";
export {
type Translation,
type TranslationCreateParams,
type TranslationCreateResponse,
Translations,
type TranslationVerbose,
} from "./translations.ts";