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