mdl-identifi-ts
Version:
TypeScript client SDK for the headless micro CRM, Minddale.
6 lines (5 loc) • 310 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IdentifiClient = void 0;
const identifi_client_1 = require("./services/identifi.client");
Object.defineProperty(exports, "IdentifiClient", { enumerable: true, get: function () { return identifi_client_1.IdentifiClient; } });