I'd like to use my own bindings in the browser, but the typeDefs aren't available (fs.readFile). A solution is to import the typeDefs separately (fetch in the browser). But I'd prefer to have the typedefs available in the generated .ts file, like Prisma does.
Could this be included in the default generator? (binding-ts) .
(Or maybe have this available as option for the default generator)