Type Alias SafeParseError<Input>

SafeParseError: { error: Zod.z.ZodError<Input>; success: false }

Type Parameters

  • Input