typescript · typescript/TS2454
TS2454
Variable Used Before Being Assigned
TypeScript's control-flow analysis has determined that a variable may not be assigned when it is read. Ensure the variable is initialised on all code paths before it is used.