UNPKG
n8n-nodes-smartlead-v1-8-0
Version:
latest (1.8.0)
1.8.0
🚀 SmartLead API v1.8.0 - Complete Email Marketing Automation with 20+ Operations
n8n-nodes-smartlead-v1-8-0
/
dist
/
credentials
/
SmartLeadApi.credentials.d.ts
9 lines
(8 loc)
•
300 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
IAuthenticateGeneric
,
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
SmartLeadApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[];
authenticate
:
IAuthenticateGeneric
; }