Small improvements on Mattermost-Node

This commit is contained in:
Jan Oberhauser
2020-10-03 19:18:42 +02:00
parent b328a72a22
commit 76dec013db
2 changed files with 66 additions and 82 deletions

View File

@@ -6,13 +6,13 @@ import {
import {
OptionsWithUri,
} from 'request';
} from 'request';
import {
IDataObject,
} from 'n8n-workflow';
} from 'n8n-workflow';
export interface IAttachment {
export interface IAttachment {
fields: {
item?: object[];
};