UNPKG
@daouy/n8n-nodes-carbone
Version:
latest (0.2.0)
0.2.0
0.1.0
n8n nodes for Carbone integration
github.com/daouy/n8n-carbone
daouy/n8n-carbone
@daouy/n8n-nodes-carbone
/
dist
/
credentials
/
CarboneApi.credentials.d.ts
8 lines
(7 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
CarboneApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }