UNPKG

n8n-nodes-gohighlevel

Version:
3 lines (2 loc) 235 B
export declare type ResourceType = 'contact' | 'company' | 'opportunity' | 'customField' | 'form' | 'funnel' | 'redirect' | 'conversation' | 'message'; export declare type Operation = 'create' | 'update' | 'delete' | 'get' | 'getAll';