mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
Add harvest TimeEntry CRUD API
This commit is contained in:
9
packages/nodes-base/nodes/Harvest/ClientDescription.ts
Normal file
9
packages/nodes-base/nodes/Harvest/ClientDescription.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { INodeProperties } from "n8n-workflow";
|
||||
|
||||
export const clientOperations = [
|
||||
|
||||
] as INodeProperties[];
|
||||
|
||||
export const clientFields = [
|
||||
|
||||
] as INodeProperties[];
|
||||
Reference in New Issue
Block a user