Types for a destructured object
I had run into this issue before. How do you write types for a destructrued object eg:
login ({ username, password, remember })
In Javascript that is fairly easy to do, cause you have to do nothing, but the problem was writing the types for this. I ...
karani.hashnode.dev1 min read