Interface SearchConfig

interface SearchConfig {
    newComment: boolean;
    word: string;
}

Properties

Properties

newComment: boolean
word: string