Small improvement to Mattermost-Node

This commit is contained in:
Jan Oberhauser
2020-04-14 19:17:55 +02:00
parent e558009588
commit 7ab616f6bc
2 changed files with 5 additions and 2 deletions

View File

@@ -10,11 +10,11 @@ import { IDataObject } from 'n8n-workflow';
export interface IAttachment {
fields: {
item?: object[];
},
};
actions: {
item?: object[];
};
}
}
/**
* Make an API request to Telegram