Skip to content

Commit 0852de7

Browse files
authored
feat: add imitation query param to tx history endpoint (#185)
1 parent 8ff62cd commit 0852de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ export interface operations {
692692
/** Taken from the Page['next'] or Page['previous'] */
693693
page_url?: string
694694
trusted?: boolean
695+
imitation?: boolean
695696
timezone_offset?: number
696697
}
697698
}

0 commit comments

Comments
 (0)