Step3
tsconsttrpc =createTRPCClient <AppRouter >({links : [httpBatchLink ({url : 'http://localhost:3000',}),],});constres = awaittrpc .greeting .query ({name : 'John' });
tsconsttrpc =createTRPCClient <AppRouter >({links : [httpBatchLink ({url : 'http://localhost:3000',}),],});constres = awaittrpc .greeting .query ({name : 'John' });