nexus-rpc
    Preparing search index...

    Type Alias ServiceHandlerFor<T>Experimental

    ServiceHandlerFor: { [K in keyof T & string]: OperationHandlerFor<T[K]> }

    A type that defines a collection of handlers for a given collection of operation interfaces.

    Type Parameters