Skip to content

Commit

Permalink
Update public-types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaTeMaTuK committed Jul 10, 2022
1 parent cb6a5b2 commit fabcdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/public-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export enum ViewMode {
/** ISO-8601 week */
Week = "Week",
Month = "Month",
Year = "Year"
Year = "Year",
}
export type TaskType = "task" | "milestone" | "project";
export interface Task {
Expand Down

0 comments on commit fabcdfb

Please sign in to comment.