InferIntersection<U>: {
        [K in keyof U]: ((input) => void)
    }[number] extends ((input) => void)
    ? T
    : never

Type Parameters

Generated using TypeDoc