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