Interface ITagSets

interface ITagSets {
    [key: string]: string[];
}

Indexable

[key: string]: string[]

Generated using TypeDoc