Interface IData

interface IData {
    [k: string]: TestSuiteDefinition;
}

Indexable

[k: string]: TestSuiteDefinition