TS2355
typescript Function Missing Return Statement
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.
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.