@cfxlabsinc/b2b-services
    Preparing search index...
    SwapSide: { amount: number; amountAfterFees: number } & (
        | {
            currency: "MOVEUSD"
            | "USDC"
            | "SOL"
            | "WETH"
            | "WBTC";
            wallet: { address: PublicKey; chain: "SOLANA" };
        }
        | { currency: "REWARD"; wallet?: never }
    )