Documentation
Preparing search index...
@restatedev/restate-sdk
ServiceOpts
Type Alias ServiceOpts<U>
ServiceOpts
:
{
[
K
in
keyof
U
]
:
U
[
K
]
extends
ServiceHandler
<
U
[
K
]
,
Context
>
?
U
[
K
]
:
ServiceHandler
<
U
[
K
]
,
Context
>
}
Type Parameters
U
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...