@cfxlabsinc/b2b-services
    Preparing search index...
    UsInstantPaymentInstrument: Simplify<
        Omit<PaymentInstrumentBase, "type"> & {
            accountHolderName: string;
            accountNumber: string;
            routingNumber: string;
            type: Extract<PaymentInstrumentBase["type"], "US_INSTANT">;
            victorCounterpartyId?: string;
        },
    >