errors.fyi community error code reference
TS2366
typescript

Function Lacks Return Statement

Not all code paths in a function return a value. Add explicit `return` statements to every branch, or adjust the declared return type to include `undefined`.

References

← all namespaces