Interface MutatorAttributeTypes

Interface describing the datatypes of the attributes a mutator as strings

interface MutatorAttributeTypes {
    [attribute: string]: string | Object;
}

Indexable

[attribute: string]: string | Object