UNPKG

redis-smq-rest-api

Version:

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

6 lines 188 B
export interface UnbindQueueTopicXControllerRequestPathDTO { ns: string; topic: string; queue: string; } //# sourceMappingURL=UnbindQueueTopicXControllerRequestPathDTO.d.ts.map