rework hierarchy
This commit is contained in:
9
src/market/scan/scan.ts
Normal file
9
src/market/scan/scan.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { MarketOrderHistory, MarketType } from "@/market";
|
||||
|
||||
export type ScanResult = {
|
||||
type: MarketType;
|
||||
history: MarketOrderHistory[];
|
||||
buy: number,
|
||||
sell: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user