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