Skip to content

Commit

Permalink
final types fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
poly-rodr committed May 10, 2024
1 parent 508c137 commit e5a27a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export interface OrderResponse {
export interface OpenOrder {
id: string;
status: string;
owner: string;
maker_address: string;
market: string;
asset_id: string;
side: string;
Expand Down Expand Up @@ -229,7 +229,6 @@ export interface Trade {
last_update: string;
outcome: string;
bucket_index: number;
owner: string;
maker_address: string;
maker_orders: MakerOrder[];
transaction_hash: string;
Expand Down

0 comments on commit e5a27a0

Please sign in to comment.