UNPKG

mdl-contact-ts

Version:

TypeScript client SDK for the headless micro CRM Contact service in Minddale.

6 lines (5 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContactClient = void 0; const contact_client_1 = require("./services/contact.client"); Object.defineProperty(exports, "ContactClient", { enumerable: true, get: function () { return contact_client_1.ContactClient; } });