Interface JAttributeValueByName

interface JAttributeValueByName {
    [attributeName: string]: any;
}

Indexable

[attributeName: string]: any