1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
n8n/packages/nodes-base/nodes/InvoiceNinja/TaskInterface.ts
2020-03-04 12:08:06 -05:00

9 lines
160 B
TypeScript

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