interface RuleMap {
    [url_pattern: string]: string[];
}

Indexable

[url_pattern: string]: string[]