errors.fyi community error code reference
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.

References

โ† all namespaces for TS2355