UNPKG
n8n-nodes-digital-ocean
Version:
latest (0.4.1)
0.4.1
0.2.0
0.1.0
n8n community node to work with the Digital Ocean API
joffcom.net
joffcom/n8n-nodes-digital-ocean
n8n-nodes-digital-ocean
/
dist
/
credentials
/
DigitalOceanOAuth2Api.credentials.d.ts
8 lines
(7 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
DigitalOceanOAuth2Api
implements
ICredentialType
{
name
:
string
;
extends
:
string
[];
displayName
:
string
;
properties
:
INodeProperties
[]; }