TS2454
typescript 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.
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.