Extended ClickUp

This commit is contained in:
ricardo
2020-04-20 09:35:58 -05:00
parent 94e3b696be
commit 1019f03154
15 changed files with 3979 additions and 116 deletions

View File

@@ -0,0 +1,11 @@
export interface IList {
name?: string;
content?: string;
assignee?: number;
status?: string;
priority?: number;
due_date?: number;
due_date_time?: boolean;
unset_status?: boolean;
}