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
/
credentials
/
TwitterApi.credentials.d.ts
9 lines
(8 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
TwitterApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
test
:
any
;
properties
:
INodeProperties
[]; }