Interface JsonAttributeAndObjectValue

interface JsonAttributeAndObjectValue {
    [type: string]: JsonAttributeObject[];
}

Indexable

[type: string]: JsonAttributeObject[]

Generated using TypeDoc