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