UNPKG
n8n-nodes-bitrix
Version:
latest (1.3.0)
1.3.0
1.2.3
1.2.2
1.2.0
1.1.0
n8n node for bitrix rest api
github.com/dewocom/n8n-nodes-bitrix
dewocom/n8n-nodes-bitrix
n8n-nodes-bitrix
/
dist
/
nodes
/
Bitrix
/
actions
/
router.d.ts
3 lines
(2 loc)
•
165 B
TypeScript
View Raw
1
2
3
import
type {
IExecuteFunctions
,
INodeExecutionData
}
from
'n8n-workflow'
;
export
declare
function
router
(
this
: IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>;