MCP Server Framework - v1.0.0
Preparing search index...
mcp-server-framework
z
typeToFlattenedError
Type Alias typeToFlattenedError<T, U>
type
typeToFlattenedError
<
T
,
U
=
string
>
=
{
fieldErrors
:
{
[
P
in
allKeys
<
T
>
]
?:
U
[]
}
;
formErrors
:
U
[]
;
}
Type Parameters
T
U
=
string
Index
Properties
field
Errors
form
Errors
Properties
field
Errors
fieldErrors
:
{
[
P
in
allKeys
<
T
>
]
?:
U
[]
}
form
Errors
formErrors
:
U
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
field
Errors
form
Errors
MCP Server Framework - v1.0.0
Loading...