Skip to content

Commit

Permalink
Merge branch 'main' into feat/spread-calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
poly-rodr authored May 27, 2024
2 parents 21667ba + 86088ef commit 11a4a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export interface OpenOrder {
outcome: string;
created_at: number;
expiration: string;
type: string;
order_type: string;
}

export type OpenOrdersResponse = OpenOrder[];
Expand Down

0 comments on commit 11a4a82

Please sign in to comment.