Merge branch 'develop' into feature/176-CamelCaseTokens

This commit is contained in:
Simon Cambier
2023-03-02 21:33:09 +01:00

View File

@@ -92,6 +92,7 @@ type ResultNoteApi = {
basename: string basename: string
foundWords: string[] foundWords: string[]
matches: SearchMatchApi[] matches: SearchMatchApi[]
excerpt: string
} }
type SearchMatchApi = { type SearchMatchApi = {