Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
/
z
SafeParseError
Type Alias SafeParseError<Input>
SafeParseError
:
{
data
?:
never
;
error
:
ZodError
<
Input
>
;
success
:
false
}
Type Parameters
Input
Type declaration
Optional
data
?:
never
error
:
ZodError
<
Input
>
success
:
false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...