$ errors.fyi/typescript/TS2564 74 namespaces · 3,092 codes
typescript · typescript/TS2564
TS2564

Property Not Definitely Assigned

A class property is declared without a definite assignment and is not initialised in the constructor. Add an initialiser, mark it optional (`?`), or use the definite assignment assertion (`!`).

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT