n8n/packages/nodes-base/nodes/InvoiceNinja/TaskInterface.ts

9 lines
160 B
TypeScript
Raw Normal View History

export interface ITask {
client_id?: number;
custom_value1?: string;
custom_value2?: string;
description?: string;
project?: number;
time_log?: string;
}