This commit is contained in:
Miłosz Szewczak 2020-04-11 14:00:30 +02:00 committed by GitHub
parent 35d75df1f3
commit 0ef256ca48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,21 @@ import { OptionsWithUri } from 'request';
import { IDataObject } from 'n8n-workflow';
export interface IAttachment {
/**export interface IAttachment {
fields: {
item?: object[];
};
}
*/
export interface IAttachment {
fields: {
item?: object[];
},
actions: {
item?: object[];
};
}
/**