@cfxlabsinc/b2b-services
    Preparing search index...
    ExternalUsAchPaymentInstrument: Simplify<
        Omit<PaymentInstrumentBase, "type" | "provider"> & {
            originatorName: string;
            provider: "CFX";
            type: Extract<PaymentInstrumentBase["type"], "EXTERNAL_US_ACH">;
        },
    >