Add harvest TimeEntry CRUD API

This commit is contained in:
trojanh
2020-01-28 20:16:38 +05:30
parent 4b7074a686
commit 8027601283
7 changed files with 916 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { INodeProperties } from "n8n-workflow";
export const clientOperations = [
] as INodeProperties[];
export const clientFields = [
] as INodeProperties[];