UNPKG

n8n-nodes-bitrix

Version:
10 lines (9 loc) 322 B
import { ICredentialType, INodeProperties, ICredentialTestRequest, Icon } from 'n8n-workflow'; export declare class BitrixWebhookApi implements ICredentialType { name: string; displayName: string; icon: Icon; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; }