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