✨ 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