Chore: Add types to search engine

pull/8077/head
Laurent Cozic 2023-04-23 10:06:06 +01:00
parent e5a364d052
commit 738f1decbb
1 changed files with 0 additions and 1 deletions

View File

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