interface WriteBinaryFileNodeParameters {
dataPropertyName?: string;
fileName?: string;
options?: { append?: boolean };
}
interface WriteBinaryFileNodeParameters {
dataPropertyName?: string;
fileName?: string;
options?: { append?: boolean };
}
Name of the binary property which contains the data for the file to be written Default: "data"