mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Renamed to Keap.
This commit is contained in:
8
packages/nodes-base/nodes/Keap/FileInterface.ts
Normal file
8
packages/nodes-base/nodes/Keap/FileInterface.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export interface IFile {
|
||||
file_name?: string;
|
||||
file_data?: string;
|
||||
contact_id?: number;
|
||||
is_public?: boolean;
|
||||
file_association?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user