UNPKG

n8n-nodes-instantly

Version:
9 lines 354 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class InstantlyApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; } //# sourceMappingURL=InstantlyApi.credentials.d.ts.map