mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ salesforce node
This commit is contained in:
10
packages/nodes-base/nodes/Salesforce/AttachmentInterface.ts
Normal file
10
packages/nodes-base/nodes/Salesforce/AttachmentInterface.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
export interface IAttachment {
|
||||
ParentId?: string;
|
||||
Name?: string;
|
||||
Body?: string;
|
||||
OwnerId?: string;
|
||||
IsPrivate?: boolean;
|
||||
ContentType?: string;
|
||||
Description?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user