nexus-rpc
    Preparing search index...

    Interface OperationOptions<_I, _O>Experimental

    Options for the operation function.

    interface OperationOptions<_I, _O> {
        name?: string;
    }

    Type Parameters

    • _I
    • _O
    Index

    Properties

    Properties

    name?: string