Skip to content

Commit

Permalink
feat: add imitation query param to tx history endpoint (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealy committed Jul 4, 2024
1 parent 8ff62cd commit 0852de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ export interface operations {
/** Taken from the Page['next'] or Page['previous'] */
page_url?: string
trusted?: boolean
imitation?: boolean
timezone_offset?: number
}
}
Expand Down

0 comments on commit 0852de7

Please sign in to comment.