How to make sure a class implements an interface, and has no properties besides those needed to implement that interface?
interface A { a: string; } class Klas