This is what I\'ve tried
type SpecificType ={a:number; b:string}; type SomeInterface { [key: string]: SpecificType } class SomeClass implements SomeInte