library upgrades

This commit is contained in:
zadam
2022-11-07 21:26:13 +01:00
parent d29a633529
commit b3c87156c2
39 changed files with 3443 additions and 3242 deletions

View File

@@ -840,7 +840,7 @@ class Note extends AbstractEntity {
}
/**
* @returns {{notes: Note[], relationships: {parentNoteId, childNoteId}[]}}
* @returns {{notes: Note[], relationships: Array.<{parentNoteId: string, childNoteId: string}>}}
*/
getSubtree({includeArchived = true, resolveSearch = false} = {}) {
const noteSet = new Set();