TypeScript folk: if I have a class that implements an interface, do I need to duplicate the method type-def in the class as well as the interface, or can I leave the method declaration free of types + TS will just use the interface?
I've got class X implements Y but it's not picking up the type-defs from Y as I would expect :/
You can follow @Jack_Franklin.
Tip: mention @twtextapp on a Twitter thread with the keyword “unroll” to get a link to it.

Latest Threads Unrolled: