UNPKG

n8n-nodes-gohighlevel

Version:
11 lines (10 loc) 389 B
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; }