| undefined on tRPC procedures

This is a pretty noob question about typescript but a lot of the tRPC return types union a undefined type.

Is there a better way of dealing with this linting error besides casting it to the type or giving it a conditional back up like

foo || ""
image.png
Was this page helpful?