Interface NestedAttrValue

interface NestedAttrValue {
    attrs: string[];
    types: string[];
}

Properties

Properties

attrs: string[]
types: string[]