You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-24 20:19:10 +02:00
Chore: Add types to search engine
This commit is contained in:
@@ -20,7 +20,6 @@ enum SearchType {
|
||||
|
||||
interface SearchOptions {
|
||||
searchType: SearchType;
|
||||
fuzzy: boolean;
|
||||
}
|
||||
|
||||
export default class SearchEngine {
|
||||
|
Reference in New Issue
Block a user