UNPKG
n8n-nodes-firecrawl
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
FireCrawl nodes for n8n
github.com/minhlucvan/n8n-nodes-firecrawl
minhlucvan/n8n-nodes-firecrawl
n8n-nodes-firecrawl
/
dist
/
nodes
/
FireCrawl
/
resources
/
default
/
submit-a-crawl-job
/
index.d.ts
5 lines
(4 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
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 };