79628390

Date: 2025-05-19 08:54:16
Score: 1
Natty:
Report link

The type Result contains two different types of data. You can simplify it like that:

type Result = {
    success: Boolean;
    error?: string;
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ideallifegenerator