Coming from tRPC land I want to set up
projects:create — which has the following signature:But, when I go to call
useMutation("projects:"create") on the React side of things, the return type is inferred as Promise<any> whereas I'd like it to be Promise<Document<"projects">>.Thanks in advance!
