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