Wrangler types using "fetcher" type for RPC binding rather than Service
I have a binding in my wrangler.toml
However when using
But I believe it should be
Am I wrong here or missing something, or is this not supported yet with wrangler types?
https://developers.cloudflare.com/workers/runtime-apis/rpc/typescript/
However when using
wrangler types command to generate types I getBut I believe it should be
Am I wrong here or missing something, or is this not supported yet with wrangler types?
https://developers.cloudflare.com/workers/runtime-apis/rpc/typescript/
Cloudflare Docs
How TypeScript types for your Worker or Durable Object's RPC methods are generated and exposed to clients

