KC's Workspace
Github
Preparing search index...
@kcws/actkits
<internal>
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
)
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
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
input
output
Github
KC's Workspace
Loading...
The Standard types interface.