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`.
TS2366
typescript 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`.