mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 04:39:08 +00:00
add10a
This commit is contained in:
@@ -8,11 +8,21 @@ import { OptionsWithUri } from 'request';
|
|||||||
import { IDataObject } from 'n8n-workflow';
|
import { IDataObject } from 'n8n-workflow';
|
||||||
|
|
||||||
|
|
||||||
export interface IAttachment {
|
/**export interface IAttachment {
|
||||||
fields: {
|
fields: {
|
||||||
item?: object[];
|
item?: object[];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
export interface IAttachment {
|
||||||
|
fields: {
|
||||||
|
item?: object[];
|
||||||
|
},
|
||||||
|
actions: {
|
||||||
|
item?: object[];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user