n8n-nodes-bitrix
Version:
n8n node for bitrix rest api
10 lines (9 loc) • 322 B
TypeScript
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;
}