Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 16, 2024
1 parent 034877e commit c9247fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/logs/control/cmb/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface CmbConfig {
regions?: string;
}

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

export interface ConfigCreateParams {
/**
Expand Down

0 comments on commit c9247fa

Please sign in to comment.