type TradeArgs = | { type: "arguments"; } & TradeDetails | { type: "quote"; quote: any; };
Was this page helpful?