Represents the group response in the search response.

interface SearchResponseGroupResponse {
    [groupName: string]: SearchResponseGroupResponseGroupList;
}

Indexable