UNPKG

n8n-nodes-bitrix

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