interface SearchTopic {
    searchMode?: "author" | "title";
}

Properties

Properties

searchMode?: "author" | "title"