👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2020-09-24 10:02:05 +02:00
parent fb595772f3
commit c5e14e4c2f

View file

@ -7,6 +7,8 @@ import {
IDataObject,
} from 'n8n-workflow';
type Cheerio = ReturnType<typeof cheerio>;
interface IValueData {
attribute?: string;
cssSelector: string;