1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Chore: Add types to search engine

This commit is contained in:
Laurent Cozic 2023-04-23 10:06:06 +01:00
parent e5a364d052
commit 738f1decbb

View File

@ -20,7 +20,6 @@ enum SearchType {
interface SearchOptions {
searchType: SearchType;
fuzzy: boolean;
}
export default class SearchEngine {