Skip to content

Commit 6c04398

Browse files
feat(api): OpenAPI spec update via Stainless API (#345)
1 parent 284d3a3 commit 6c04398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/logs/control/cmb/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface CmbConfig {
5454
regions?: string;
5555
}
5656

57-
export type ConfigDeleteResponse = unknown | Array<unknown> | string;
57+
export type ConfigDeleteResponse = unknown;
5858

5959
export interface ConfigCreateParams {
6060
/**

0 commit comments

Comments
 (0)