Restate Typescript SDK
Preparing search index...
@restatedev/restate-sdk-core
StandardJSONSchemaV1
Types
Interface Types<Input, Output>
The Standard types interface.
interface
Types
<
Input
=
unknown
,
Output
=
Input
>
{
input
:
Input
;
output
:
Output
;
}
Type Parameters
Input
=
unknown
Output
=
Input
Hierarchy (
View Summary
)
StandardTypedV1
.
Types
<
Input
,
Output
>
Types
Index
Properties
input
output
Properties
Readonly
input
input
:
Input
The input type of the schema.
Readonly
output
output
:
Output
The output type of the schema.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
output
Restate Typescript SDK
Loading...
The Standard types interface.