I have an interface like
interface I { a : string; b : number; c : string; }
And now I\'m declaring a class which will have public mem