mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
✨ Box Node and Trigger (#765)
* ✨ Box Node and Trigger * ⚡ Improvements * ⚡ small fix * 🐛 Add missing interface * ⚡ add search operation
This commit is contained in:
@@ -12,6 +12,11 @@ export interface IBinaryData {
|
||||
fileExtension?: string;
|
||||
}
|
||||
|
||||
export interface IOAuth2Options {
|
||||
includeCredentialsOnRefreshOnBody?: boolean;
|
||||
property?: string;
|
||||
tokenType?: string;
|
||||
}
|
||||
|
||||
export interface IConnection {
|
||||
// The node the connection is to
|
||||
@@ -180,7 +185,6 @@ export interface IExecuteData {
|
||||
node: INode;
|
||||
}
|
||||
|
||||
|
||||
export type IContextObject = {
|
||||
[key: string]: any; // tslint:disable-line:no-any
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user