UNPKG
n8n-nodes-ippanel
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
n8n node for IPPanel SMS service
github.com/ippanelcom/n8n-node
ippanelcom/n8n-node
n8n-nodes-ippanel
/
dist
/
credentials
/
IPPanelApi.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
IPPanelApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }