UNPKG

component-dbs-core

Version:

DTO objects shared among device backend

8 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppSyncUtils = exports.AppSyncClient = void 0; const appSyncClient_1 = require("./appSyncClient"); Object.defineProperty(exports, "AppSyncClient", { enumerable: true, get: function () { return appSyncClient_1.AppSyncClient; } }); const appsyncUtils_1 = require("./appsyncUtils"); Object.defineProperty(exports, "AppSyncUtils", { enumerable: true, get: function () { return appsyncUtils_1.AppSyncUtils; } }); //# sourceMappingURL=index.js.map