import { SwapType } from './swap-type'; import { TokenAmountInterface } from './token-amount.interface'; export interface RoutingInterface { type: SwapType; provider: string; path: TokenAmountInterface[]; }