@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias SwapOrderConfirmationView

    SwapOrderConfirmationView: { type: COW_SWAP_ORDER } & DecodedDataResponse & Omit<
        SwapOrder,
        "type"
        | "humanDescription"
        | "richDecodedInfo",
    >