Is there a script that will autogen lenses from a given typescript interface? I'd like to run a script that took a given typescript file as input and it output lenses for all of the interfaces in the given file. I can build it myself, but I thought I'd ask before doing so. Thanks
Is there a script that will autogen lenses from a given typescript interface? I'd like to run a script that took a given typescript file as input and it output lenses for all of the interfaces in the given file. I can build it myself, but I thought I'd ask before doing so. Thanks