Skip to content

Commit de78344

Browse files
feat(api): OpenAPI spec update via Stainless API (#336)
1 parent 331c16a commit de78344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/stream/captions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export interface Caption {
7474

7575
export type CaptionUpdateResponse = unknown | string | null;
7676

77-
export type CaptionDeleteResponse = unknown | Array<unknown> | string;
77+
export type CaptionDeleteResponse = string;
7878

7979
export type CaptionGetResponse = Array<Caption>;
8080

0 commit comments

Comments
 (0)