UNPKG
@apify/n8n-nodes-apify
Version:
latest (0.7.0)
0.7.0
0.6.10
0.6.9
0.6.8
0.6.5
0.6.4
0.6.3
0.6.2
0.6.0
0.5.2
0.5.1
0.5.0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
n8n nodes for Apify
github.com/apify/n8n-nodes-apify
apify/n8n-nodes-apify
@apify/n8n-nodes-apify
/
dist
/
nodes
/
Apify
/
helpers
/
consts.d.ts
5 lines
(4 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
WEB_CONTENT_SCRAPER_ACTOR_ID
=
"aYG0l9s7dbB7j3gbS"
;
export
declare
const
APIFY_API_URL
=
"https://api.apify.com"
;
export
declare
const
TERMINAL_RUN_STATUSES
:
string
[];
export
declare
const
WAIT_FOR_FINISH_POLL_INTERVAL
=
1000
;