diff --git a/dist/index.d.ts b/dist/index.d.ts index b69ffcc..97ea185 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -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;