Type Alias SwapAction

SwapAction: {
    buildTransaction: (() => Promise<{
        data: `0x${string}`;
        to: `0x${string}`;
        value?: bigint;
    }>);
    type: "swap" | "approve";
}