Skip to content

Commit 57c4b33

Browse files
committed
去掉不用的代码
1 parent 604e57f commit 57c4b33

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/lib/bytedanceTts.ts

-11
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ interface TTSRequest {
3838
};
3939
}
4040

41-
interface TTSResponse {
42-
reqid: string;
43-
code: number;
44-
message: string;
45-
sequence: number;
46-
data: string;
47-
addition: {
48-
duration: string;
49-
};
50-
}
51-
5241
type Language = 0 | 1 | 2 | 3 | 4 | 5;
5342

5443
interface UploadOptions {

0 commit comments

Comments
 (0)