UNPKG

@cllbk/ghl

Version:

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

10 lines (9 loc) 225 B
export declare const csv: { uploadCSV: () => void; getStatus: () => void; getPost: () => void; setAccounts: () => void; startFinalize: () => void; deleteCSV: () => void; deletePost: () => void; };