UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

9 lines 224 B
export interface ITask { client_id?: number; custom_value1?: string; custom_value2?: string; description?: string; project_id?: number; time_log?: string; } //# sourceMappingURL=TaskInterface.d.ts.map