Type alias SafeParseError<Input>

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

Type Parameters

  • Input

Type declaration

Generated using TypeDoc