Type Alias SafeParseError<Input>

SafeParseError: { data?: never; error: ZodError<Input>; success: false }

Type Parameters

  • Input

Type declaration