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