mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -2,6 +2,6 @@ import { IDataObject } from 'n8n-workflow';
|
||||
|
||||
export interface ITables {
|
||||
[key: string]: {
|
||||
[key: string]: Array<IDataObject>;
|
||||
[key: string]: IDataObject[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user