UNPKG

@cllbk/ghl

Version:

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

4 lines (3 loc) 395 B
export declare const tasks: { search: (locationId: string, options: import("../../../types/locations").LocationsTaskSearchParamsDTO, authToken: string) => Promise<import("../../../types/_global").BadRequestDTO | import("../../../types/_global").UnauthorizedDTO | import("../../../types/_global").UnprocessableDTO | import("../../../types/locations").LocationsTaskListResponseDTO> | null; };