@cfxlabsinc/b2b-services
    Preparing search index...
    MxSpeiWithdrawalQuote: Pick<
        WithdrawalQuote,
        | "entityId"
        | "deviceIpAddress"
        | "deviceLocation"
        | "status"
        | "fees"
        | "createdAt"
        | "expiresAt"
        | "id",
    > & {
        exchangeRate: BigNumber;
        source: {
            amount: BigNumber;
            currency: MxSpeiSourceCurrency;
            walletAddress: PublicKey;
        };
        target: { amount: BigNumber; currency: "MXN"; paymentInstrumentId: string };
        type: "MX_SPEI";
        unsignedWithdrawalTransaction: string;
    }