We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7905be6 commit 8d3ad00Copy full SHA for 8d3ad00
sdk/typescript/src/backend/volcengine.ts
@@ -5,7 +5,7 @@ import { objCamelToSnake } from '@xsai/shared'
5
6
import type { UnSpeechOptions, VoiceProviderWithExtraOptions } from '../types'
7
8
-type UnVolcanoEngineOptions = {
+export interface UnVolcanoEngineOptions {
9
app?: {
10
appId?: string
11
cluster?: string | 'volcano_tts'
0 commit comments