Interface Attributes

interface Attributes {
    [attribute: string]: AttributeValue | undefined;
}

Indexable

[attribute: string]: AttributeValue | undefined

Generated using TypeDoc