Skip to content

Commit

Permalink
add more globals
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 22, 2023
1 parent 0c0a730 commit a84210d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions types/omnifocus-globals.d.ts
Expand Up @@ -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 {};

0 comments on commit a84210d

Please sign in to comment.