Skip to content

Commit 8d3ad00

Browse files
authored
fix(sdk): UnVolcanoEngineOptions not exported (#26)
1 parent 7905be6 commit 8d3ad00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/typescript/src/backend/volcengine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { objCamelToSnake } from '@xsai/shared'
55

66
import type { UnSpeechOptions, VoiceProviderWithExtraOptions } from '../types'
77

8-
type UnVolcanoEngineOptions = {
8+
export interface UnVolcanoEngineOptions {
99
app?: {
1010
appId?: string
1111
cluster?: string | 'volcano_tts'

0 commit comments

Comments
 (0)