Interface KeywordInfoStruct

interface KeywordInfoStruct {
    Hierarchy?: KeywordStruct[];
}

Properties

Properties

Hierarchy?: KeywordStruct[]