Restate Typescript SDK
Preparing search index...
@restatedev/restate-sdk-gen
HandlerDescriptors
Type Alias HandlerDescriptors<H>
HandlerDescriptors
:
{
[
K
in
keyof
H
]
:
EntryToDescriptor
<
H
[
K
]
>
}
Map a full handler map type to the corresponding descriptor map type
Type Parameters
H
extends
Record
<
string
,
HandlerOrHandlerDescriptor
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Restate Typescript SDK
Loading...
Map a full handler map type to the corresponding descriptor map type