mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Extended ClickUp
This commit is contained in:
11
packages/nodes-base/nodes/ClickUp/ListInterface.ts
Normal file
11
packages/nodes-base/nodes/ClickUp/ListInterface.ts
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user