UNPKG

n8n-nodes-firecrawl

Version:
5 lines (4 loc) 232 B
import { INodePropertyOptions } from 'n8n-workflow'; export declare const name = "Submit A Crawl Job"; declare const properties: import("n8n-workflow").INodeProperties[], option: INodePropertyOptions; export { option, properties };