refactor: type helpers

This commit is contained in:
Robert Soriano
2022-05-20 11:22:19 -07:00
parent eb1bd0c700
commit f9b0aa002e
4 changed files with 10 additions and 10 deletions

View File

@@ -143,6 +143,7 @@ export const onError = (payload: OnErrorPayload<typeof router>) => {
- [Merging Routers](/recipes/merging-routers.md)
- [Error Handling](/recipes/error-handling.md)
- [Error Formatting](/recipes/error-formatting.md)
- [Inference Helpers](/recipes/inference-helpers.md)
Learn more about tRPC.io [here](https://trpc.io/docs).