Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/schema
StandardSchemaV1
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
← Back to Website
All Versions
Libraries
Loading...
The Standard types interface.