UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

8 lines 199 B
export interface IFile { file_name?: string; file_data?: string; contact_id?: number; is_public?: boolean; file_association?: string; } //# sourceMappingURL=FileInterface.d.ts.map