UNPKG

@oraichain/oraidex-evm-sdk

Version:
7 lines 183 B
import { Route } from './IRouter'; export type OsorSmartRouteResponse = { swapAmount: string; returnAmount: string; routes: Route[]; }; //# sourceMappingURL=IOsor.d.ts.map