umariomaker
umariomaker
TtRPC
Created by umariomaker on 10/16/2023 in #❓-help
Is there a pattern for omitting certain types of errors from being returned in the API response
Thanks!
5 replies
TtRPC
Created by umariomaker on 12/8/2022 in #❓-help
implicitly has type 'any' because it does not have a type annotation and is referenced directly
Thanks for taking the time to respond though. For now I think I'll just wait until that feature is more stable with Typescript
4 replies
TtRPC
Created by umariomaker on 12/8/2022 in #❓-help
implicitly has type 'any' because it does not have a type annotation and is referenced directly
I actually figured out that the issue is not within trpc, but an issue with prisma. In particular, I was trying out their new Client Extensions feature, and it seems like their internal typing at the time of writing has some sort of recursive loop. This seems to be causing downstream types to infer any as a consequence
4 replies