UNPKG
n8n-nodes-aitable-unofficial
Version:
latest (0.1.6)
n8n-community-node (0.1.1)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
n8n community node for integration with AITable
github.com/texonica/n8n-aitable
texonica/n8n-aitable
n8n-nodes-aitable-unofficial
/
dist
/
nodes
/
Aitable
/
Aitable.node.d.ts
7 lines
(6 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
Aitable
implements
INodeType
{
constructor
(
);
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }