Interface is:
interface b { (): void; }
I tried to impement this interface:
class A implements b { function(): void