👕 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