Interface KeywordStruct

interface KeywordStruct {
    Children?: KeywordStruct[];
    Keyword: string;
}

Properties

Properties

Children?: KeywordStruct[]
Keyword: string