Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 15, 2024
1 parent 4a7d801 commit 24cf070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/stream/captions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export interface Caption {

export type CaptionUpdateResponse = unknown | string | null;

export type CaptionDeleteResponse = unknown | Array<unknown> | string;
export type CaptionDeleteResponse = string;

export type CaptionGetResponse = Array<Caption>;

Expand Down

0 comments on commit 24cf070

Please sign in to comment.