UNPKG

@apify/n8n-nodes-apify

Version:
9 lines (8 loc) 301 B
import type { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class ApifyApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }