UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

11 lines 298 B
import type cheerio from 'cheerio'; export type Cheerio = ReturnType<typeof cheerio>; export interface IValueData { attribute?: string; skipSelectors?: string; cssSelector: string; returnValue: string; key: string; returnArray: boolean; } //# sourceMappingURL=types.d.ts.map