add more globals

main
Brian Hicks 2023-05-22 13:45:06 -05:00
parent 0c0a7301af
commit a84210d0aa
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,15 @@ declare const inbox: Inbox;
declare const flattenedProjects: ProjectArray;
declare const projects: ProjectArray;
declare const flattenedTags: TagArray;
declare const flattenedTasks: TaskArray;
declare const library: Library;
declare const moveSections = function (
sections: Array<Project | Folder>,
position: Folder | Folder.ChildInsertionLocation
): void {};