does anyone have any tips for working with `wrangler types` in monorepo packages? I have multiple wo

does anyone have any tips for working with wrangler types in monorepo packages? I have multiple workers that can bind to one another (as well as DOs) but I'm not sure how to get a typed reference to workers/my-agent from apps/api without apps/api importing from workers (which I don't want)
Was this page helpful?