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

Indexable

[key: string]: string[]