Best way to export types for use in a separate app with `hc` client
I have a monorepo where one folder contains the Hono app, and another a SvelteKit one. How best do I make the type available to the SvelteKit project for use with the
hc client?