n8n-nodes-gohighlevel
Version:
n8n node for GoHighLevel API v2
11 lines (10 loc) • 389 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class GoHighLevelOAuth2Api implements ICredentialType {
name: string;
extends: string[];
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}