gristlabs/ts-interface-checker

[Feature] ability to support index types

mdesousa opened this issue · 0 comments

It would be great to include support for index types. Currently throws a not-implemented exception. Thanks.

interface IMyInterface {
  myIndex: {[key:string]:string}
}