Small fixes and improvements on Zendesk-Node

This commit is contained in:
Jan Oberhauser
2020-01-07 21:15:37 -06:00
parent 150c32e349
commit 97cc3af4c3
6 changed files with 30 additions and 51 deletions

View File

@@ -1,5 +1,3 @@
import { IDataObject } from "n8n-workflow";
export interface ITicket {
subject?: string;
comment?: IComment;