Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
schema
ValidationResponse
Type Alias ValidationResponse
ValidationResponse
:
|
{
errors
:
never
;
valid
:
true
}
|
{
errors
:
ErrorObject
[]
;
valid
:
false
}
Validation response.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...
Validation response.