import { PriceTokenAmount, Token } from "../../../../../../../../common/tokens"; import { SuiBlockchainName } from "../../../../../../../../core/blockchain/models/blockchain-name"; import { OnChainTradeStruct } from '../../evm-on-chain-trade/models/evm-on-chain-trade-struct'; export interface SuiOnChainTradeStruct extends OnChainTradeStruct { fromWithoutFee: PriceTokenAmount; path: ReadonlyArray; }