mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
👕 Fix lint issue
This commit is contained in:
parent
fb595772f3
commit
c5e14e4c2f
|
@ -7,6 +7,8 @@ import {
|
||||||
IDataObject,
|
IDataObject,
|
||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
|
|
||||||
|
type Cheerio = ReturnType<typeof cheerio>;
|
||||||
|
|
||||||
interface IValueData {
|
interface IValueData {
|
||||||
attribute?: string;
|
attribute?: string;
|
||||||
cssSelector: string;
|
cssSelector: string;
|
||||||
|
|
Loading…
Reference in a new issue