UNPKG

mobyo-interfaces

Version:
16 lines (15 loc) 1.76 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PayioChefConfigEntity = exports.PayioChefConfigWebhookEntity = exports.PayioChefConfigTabsEntity = exports.PayioChefConfigScaleEntity = exports.PayioChefConfigPrinterEntity = exports.PayioChefConfigOperationEntity = void 0; var chef_config_operation_entity_1 = require("./chef-config-operation.entity"); Object.defineProperty(exports, "PayioChefConfigOperationEntity", { enumerable: true, get: function () { return chef_config_operation_entity_1.PayioChefConfigOperationEntity; } }); var chef_config_printer_entity_1 = require("./chef-config-printer.entity"); Object.defineProperty(exports, "PayioChefConfigPrinterEntity", { enumerable: true, get: function () { return chef_config_printer_entity_1.PayioChefConfigPrinterEntity; } }); var chef_config_scale_entity_1 = require("./chef-config-scale.entity"); Object.defineProperty(exports, "PayioChefConfigScaleEntity", { enumerable: true, get: function () { return chef_config_scale_entity_1.PayioChefConfigScaleEntity; } }); var chef_config_tabs_entity_1 = require("./chef-config-tabs.entity"); Object.defineProperty(exports, "PayioChefConfigTabsEntity", { enumerable: true, get: function () { return chef_config_tabs_entity_1.PayioChefConfigTabsEntity; } }); var chef_config_webhook_entity_1 = require("./chef-config-webhook.entity"); Object.defineProperty(exports, "PayioChefConfigWebhookEntity", { enumerable: true, get: function () { return chef_config_webhook_entity_1.PayioChefConfigWebhookEntity; } }); var chef_config_entity_1 = require("./chef-config.entity"); Object.defineProperty(exports, "PayioChefConfigEntity", { enumerable: true, get: function () { return chef_config_entity_1.PayioChefConfigEntity; } });