weird interface
how can a class implement this interface
or a
const
i accidently did this
and it changed a's type to { (): void; type: string }1 Reply
For a class you can do
class X implements I {}