UNPKG
n8n-nodes-hubitat
Version:
latest (0.1.0)
0.1.0
n8n nodes to integrate with Hubitat smart home platform
n8n.io
sboily/n8n-nodes-hubitat
n8n-nodes-hubitat
/
dist
/
credentials
/
HubitatApi.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
HubitatApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }