Beignet API reference
Preparing search index...
@beignet/core
contracts
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
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
Beignet API reference
Loading...
The Standard types interface.