mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix rundata type errors (no-changelog) (#9443)
This commit is contained in:
@@ -39,7 +39,7 @@ export type IAllExecuteFunctions =
|
||||
|
||||
export type BinaryFileType = 'text' | 'json' | 'image' | 'audio' | 'video' | 'pdf' | 'html';
|
||||
export interface IBinaryData {
|
||||
[key: string]: string | undefined;
|
||||
[key: string]: string | number | undefined;
|
||||
data: string;
|
||||
mimeType: string;
|
||||
fileType?: BinaryFileType;
|
||||
|
||||
Reference in New Issue
Block a user