Files
n8n-enterprise-unlocked/packages/nodes-base/nodes/Keap/FileInterface.ts
T
2022-08-17 17:50:24 +02:00

8 lines
141 B
TypeScript

export interface IFile {
file_name?: string;
file_data?: string;
contact_id?: number;
is_public?: boolean;
file_association?: string;
}