Sharing types across a custom devtool module and client
I am playing around with the devtools kit and wondering how I would create types that are part of the module but also shared to the client (app packaged within the devtools module). In the documentation regarding the custom rpc functions: https://devtools.nuxt.com/module/guide#custom-rpc-functions it gives an example of the types with
rpc-types.ts
rpc-types.ts
as a filename. Later, they show these types being accessed from the sub app (client) directory. How would that work? Is there a way to bundle those types so they are auto-imported into the client app?