nexus-rpc
    Preparing search index...

    Type Alias OperationHandlerFor<T>Experimental

    OperationHandlerFor: T extends OperationDefinition<infer I, infer O>
        ? OperationHandler<I, O> | SyncOperationHandler<I, O>
        : never

    A type that defines a handler for a given operation.

    Type Parameters

    • T