nexus-rpc
Preparing search index...
OperationKey
Type Alias OperationKey<T>
Experimental
OperationKey
:
{
[
K
in
keyof
T
&
string
]
:
T
[
K
]
extends
OperationDefinition
<
any
,
any
>
?
K
:
never
}
[
keyof
T
&
string
]
A mapped type that extracts all operation names from a service.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
nexus-rpc
Loading...
A mapped type that extracts all operation names from a service.