getX: t.procedure.query(() => {
return getX()
})
export function getX(): X{ << moving this out of the file breaks the typing.
...
}
getX: t.procedure.query(() => {
return getX()
})
export function getX(): X{ << moving this out of the file breaks the typing.
...
}