define server function output type / validation?
Doing it with createServerFn for now is like:
it is little cumbersome. Is there any place in generics where I could insert the desired output type?
Or maybe like the input validation, validation of output?