UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 399 B
import type { IAuthenticate, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class NetlifyApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticate; test: ICredentialTestRequest; } //# sourceMappingURL=NetlifyApi.credentials.d.ts.map