@mulutime/plugin-sdk
Version:
SDK for developing MuluTime booking platform plugins
11 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PluginScheduleType = exports.SystemEventType = exports.PluginCategory = exports.IntegrationType = exports.PluginPermission = void 0;
// Re-export commonly used types for convenience
var plugin_types_1 = require("@mulutime/plugin-types");
Object.defineProperty(exports, "PluginPermission", { enumerable: true, get: function () { return plugin_types_1.PluginPermission; } });
Object.defineProperty(exports, "IntegrationType", { enumerable: true, get: function () { return plugin_types_1.IntegrationType; } });
Object.defineProperty(exports, "PluginCategory", { enumerable: true, get: function () { return plugin_types_1.PluginCategory; } });
Object.defineProperty(exports, "SystemEventType", { enumerable: true, get: function () { return plugin_types_1.SystemEventType; } });
Object.defineProperty(exports, "PluginScheduleType", { enumerable: true, get: function () { return plugin_types_1.PluginScheduleType; } });
//# sourceMappingURL=types.js.map