n8n-nodes-instantly
Version:
n8n community node for Instantly API v2
9 lines • 354 B
TypeScript
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