Type with key access to strings

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

Indexable

[key: string]: string