Possibly stupid question. effect atom is great for interacting with a http api with typesafety on the client.
But lets say I want to trigger an endpoint server side. Ex beforeload in tanstack start using async await syntax. ex const data = effecthttpapi.query(params)
if (typed error)
Whats the best approach here.