Interface JsonAttributeAndStringValue

JSON representation of Attribute and Value

interface JsonAttributeAndStringValue {
    [type: string]: string[];
}

Indexable

[type: string]: string[]

Generated using TypeDoc