UNPKG

@cllbk/ghl

Version:

A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.

35 lines (34 loc) 803 B
export declare const oauth: { google: { start: () => void; getLocations: () => void; setLocations: () => void; }; facebook: { start: () => void; getPages: () => void; attachPages: () => void; }; instagram: { start: () => void; getAccounts: () => void; attachAccounts: () => void; }; linkedin: { start: () => void; getPages: () => void; attachPages: () => void; }; twitter: { start: () => void; getProfile: () => void; attachProfile: () => void; }; tiktok: { startPersonal: () => void; getPersonal: () => void; startBusiness: () => void; getBusienss: () => void; attachProfile: () => void; }; };