@cfxlabsinc/b2b-services
    Preparing search index...
    YellowcardBankInstrument: Simplify<
        Omit<PaymentInstrumentBase, "type"> & {
            accountHolderName: string;
            accountNumber: string;
            bankName: string;
            country: string;
            type: Extract<PaymentInstrumentBase["type"], "AF_BANK">;
            yellowcardChannelIds: string[];
            yellowcardNetworkId: string;
        },
    >