Add support for tags
This commit is contained in:
@@ -3,6 +3,8 @@ import { Dayjs } from "dayjs";
|
||||
export type Task = {
|
||||
status: string;
|
||||
label: string;
|
||||
fullLabel: string;
|
||||
tags: string[];
|
||||
priority: TaskPriority;
|
||||
createdDate?: Dayjs;
|
||||
startDate?: Dayjs;
|
||||
|
||||
Reference in New Issue
Block a user