@cfxlabsinc/b2b-services
    Preparing search index...
    YellowcardMobileMoneyInstrument: Simplify<
        Omit<PaymentInstrumentBase, "type"> & {
            country: string;
            firstName: string;
            lastName: string;
            mobileNumber: string;
            mobileProvider: string;
            type: Extract<PaymentInstrumentBase["type"], "AF_MOMO">;
            yellowcardChannelIds: string[];
            yellowcardNetworkId: string;
        },
    >