UNPKG

redis-smq-rest-api

Version:

REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.

8 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfigInvalidApiServerParamsError = void 0; const ConfigError_js_1 = require("./ConfigError.js"); class ConfigInvalidApiServerParamsError extends ConfigError_js_1.ConfigError { } exports.ConfigInvalidApiServerParamsError = ConfigInvalidApiServerParamsError; //# sourceMappingURL=ConfigInvalidApiServerParamsError.js.map