Quote

type Quote = {
blockNumber?: bigint;
destinationAmount: bigint;
estimatedExecutionTimeMs?: number;
originAmount: bigint;
steps: Array<RouteQuoteStep>;
timestamp: number;
};