UNPKG

@apify/n8n-nodes-apify

Version:
8 lines (7 loc) 238 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class ApifyOAuth2Api implements ICredentialType { name: string; extends: string[]; displayName: string; properties: INodeProperties[]; }