Type for the exclusion patterns. The property keys are the patterns, values are whether the exclusion is enabled or not.

interface Exclusions {
    [key: string]: boolean;
}

Indexable

[key: string]: boolean