trpc.useUtils().clienttrpc.useUtils().client, which is perfect. But I want to make it a global object for CSR components. I cannot figure out the right type to include in to the declaration.export const api = createTRPCClient<AppRouter>({ ... })export const api = createTRPCClient<AppRouter>({ ... })Join the Discord to ask follow-up questions and connect with the community