A function whose return type is not `void` or `any` is missing a `return` statement in one or more code paths. Ensure all code paths return a value.
TS2355
typescript A function whose return type is not `void` or `any` is missing a `return` statement in one or more code paths. Ensure all code paths return a value.