Interface describing a mutator, which is an associative array with names of attributes and their corresponding values

interface Mutator {
    [attribute: string]: General;
}

Hierarchy (view full)

Indexable

[attribute: string]: General