We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6a5b2 commit fabcdfbCopy full SHA for fabcdfb
src/types/public-types.ts
@@ -6,7 +6,7 @@ export enum ViewMode {
6
/** ISO-8601 week */
7
Week = "Week",
8
Month = "Month",
9
- Year = "Year"
+ Year = "Year",
10
}
11
export type TaskType = "task" | "milestone" | "project";
12
export interface Task {
0 commit comments