🔀 Merge branch 'binary-file-path' of https://github.com/lublak/n8n into lublak-binary-file-path

This commit is contained in:
Jan Oberhauser
2021-03-18 13:20:26 +01:00
4 changed files with 7 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ export interface IBinaryData {
data: string;
mimeType: string;
fileName?: string;
dir?: string;
fileExtension?: string;
}