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