Skip to content

Commit

Permalink
chore: support bypass_cache in types
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Apr 11, 2024
1 parent 4c8470a commit 6377e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/types/src/trapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export interface TrapiQuery {
workflow?: TrapiWorkflow[];
submitter?: string;
callback?: string;
bypass_cache?: boolean;
}

export interface TrapiResponse {
Expand Down
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6377e51

Please sign in to comment.