/// //// type K = "foo" | "bar"; //// interface Foo { } //// interface Bar { bar: T; } //// interface SomeType extends Foo, Bar { //// a: number; //// b: T; //// readonly [prop: K]?: any; //// } verify.codeFixAvailable([ { "description": "Infer type of 'any' from usage" } ])