TS2378
typescript Getter Must Return Value
A `get` accessor is declared but does not return a value on all code paths. Ensure the getter always returns a value of the expected type.
A `get` accessor is declared but does not return a value on all code paths. Ensure the getter always returns a value of the expected type.