Skip to content

Commit

Permalink
Updating index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DollarAkshay committed Jan 28, 2024
1 parent e7a4a25 commit 3bc6e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3173,7 +3173,7 @@ interface Order {
id: string;
created: number;
active?: boolean;
type: string;
type: ORDER_BUY | ORDER_SELL;
resourceType: MarketResourceConstant;
roomName?: string;
amount: number;
Expand Down

0 comments on commit 3bc6e0e

Please sign in to comment.