Minor improvements to PagerDuty-Node

This commit is contained in:
Jan Oberhauser
2020-04-06 20:07:32 +02:00
parent 9ac740ab2a
commit 367b5aa29b
6 changed files with 9 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import {
IDataObject,
} from "n8n-workflow";
} from 'n8n-workflow';
export interface IIncident {
assignments?: IDataObject[];