Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#348)
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 97f6cf1 commit 225e487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/logpush/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export interface OutputOptions {
timestamp_format?: 'unixnano' | 'unix' | 'rfc3339';
}

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

export interface JobCreateParams {
/**
Expand Down

0 comments on commit 225e487

Please sign in to comment.