UNPKG
n8n-nodes-twitter-uploader-inf
Version:
latest (0.1.89)
0.1.89
0.1.88
0.1.87
0.1.84
0.1.83
0.1.82
0.1.81
0.1.80
0.1.79
0.1.78
0.1.77
Twitter media upload nodes for n8n
github.com/raaaas/n8n-nodes-uploader
raaaas/n8n-nodes-uploader
n8n-nodes-twitter-uploader-inf
/
dist
/
nodes
/
Twitter
/
TwitterMediaUpload.node.d.ts
6 lines
(5 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
TwitterMediaUpload
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }