interface SearchKeywords {
    [key: string]: SearchKeyword[];
}

Indexable

[key: string]: SearchKeyword[]