MCP Apps
GitHub
Specification
Preparing search index...
app
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
GitHub
Specification
MCP Apps
Loading...
The Standard types interface.