@cfxlabsinc/b2b-services
    Preparing search index...
    YellowcardWithdrawalQuote: Pick<
        WithdrawalQuote,
        | "entityId"
        | "deviceIpAddress"
        | "deviceLocation"
        | "status"
        | "fees"
        | "createdAt"
        | "expiresAt"
        | "id",
    > & {
        country: string;
        exchangeRate: BigNumber;
        providerQuoteId: string;
        source: {
            amount: BigNumber;
            currency: "MOVEUSD";
            walletAddress: PublicKey;
        };
        target: {
            amount: BigNumber;
            currency: string;
            paymentInstrumentId: string;
        };
        type: "AF_WITHDRAWAL";
        unsignedWithdrawalTransaction: string;
        withdrawalType: "bank"
        | "momo";
    }