79556510

Date: 2025-04-05 03:13:54
Score: 1.5
Natty:
Report link

Check the scrict property in the tsconfig.json file

it should be true to get the errors:

"strict": true, // Enables all strict type-checking options

Try to set the type of title property to title: string | undefined, when you set direct in the property name the field is optional –

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Vinicius Serafim