Merge pull request #47 from TriliumNext/feature/typescript_backend_10

Convert backend to TypeScript (84% -> 89%)
This commit is contained in:
Elian Doran
2024-04-20 09:36:08 +03:00
committed by GitHub
25 changed files with 458 additions and 415 deletions

View File

@@ -127,8 +127,8 @@ interface Api {
/**
* Retrieves notes with given label name & value
*
* @param name - attribute name
* @param value - attribute value
* @param name - attribute name
* @param value - attribute value
*/
getNotesWithLabel(name: string, value?: string): BNote[];