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 (`!`).