Zodiac API Documentation - v0.0.3
Preparing search index...
z
SafeParseError
Type Alias SafeParseError<Input>
type
SafeParseError
<
Input
>
=
{
success
:
false
;
error
:
ZodError
<
Input
>
;
data
?:
never
;
}
Type Parameters
Input
Index
Properties
success
error
data?
Properties
success
success
:
false
error
error
:
ZodError
<
Input
>
Optional
data
data
?:
never
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
error
data
Zodiac API Documentation - v0.0.3
Loading...