Type with key access to lists of strings

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

Indexable

[key: string]: string[]