Skip to content

Commit

Permalink
Add some jsdoc to the DecoratedApplication type
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Jul 1, 2024
1 parent 4c72fdd commit 9de8187
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export interface DecoratedApplication extends Application {
latestHasQueued: boolean;
latestHasRunning: boolean;
latestHasSuccess: boolean;

/** The most recently created `kind === "analyzer"` task for the application */
currentAnalyzer: Task | undefined;
};
tasksStatus: ApplicationTasksStatus;
Expand Down

0 comments on commit 9de8187

Please sign in to comment.