mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-25 19:41:14 -08:00
Remove unused imports
This commit is contained in:
parent
cdf4baa734
commit
f1baa36b8d
|
@ -5,9 +5,7 @@ import {
|
||||||
type IDataObject,
|
type IDataObject,
|
||||||
type IExecuteFunctions,
|
type IExecuteFunctions,
|
||||||
type IHttpRequestMethods,
|
type IHttpRequestMethods,
|
||||||
type ILoadOptionsFunctions,
|
|
||||||
type INodeExecutionData,
|
type INodeExecutionData,
|
||||||
type INodePropertyOptions,
|
|
||||||
type INodeType,
|
type INodeType,
|
||||||
type INodeTypeBaseDescription,
|
type INodeTypeBaseDescription,
|
||||||
type INodeTypeDescription,
|
type INodeTypeDescription,
|
||||||
|
|
Loading…
Reference in a new issue