nexus-rpc
Preparing search index...
OperationOptions
Interface OperationOptions<_I, _O>
Experimental
Options for the
operation
function.
interface
OperationOptions
<
_I
,
_O
>
{
inputType
?:
TypeInfo
<
_I
,
unknown
>
;
name
?:
string
;
outputType
?:
TypeInfo
<
_O
,
unknown
>
;
}
Type Parameters
_I
_O
Index
Properties
input
Type?
name?
output
Type?
Properties
Optional
Experimental
input
Type
inputType
?:
TypeInfo
<
_I
,
unknown
>
Optional
Experimental
name
name
?:
string
Optional
Experimental
output
Type
outputType
?:
TypeInfo
<
_O
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
Type
name
output
Type
nexus-rpc
Loading...
Options for the operation function.