@cllbk/ghl
Version:
A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.
11 lines • 391 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.submissions = void 0;
const search_1 = __importDefault(require("./search"));
exports.submissions = {
search: search_1.default,
};
//# sourceMappingURL=index.js.map