redis-smq-rest-api
Version:
A RESTful API for RedisSMQ
3 lines • 355 B
TypeScript
import { TErrors } from '../../../errors/types/index.js';
export type BindQueueControllerResponseDTO = readonly [204, null] | TErrors['QueueInvalidQueueParameterError'] | TErrors['ExchangeInvalidFanOutParamsError'] | TErrors['QueueQueueNotFoundError'] | TErrors['ExchangeFanOutQueueTypeError'];
//# sourceMappingURL=BindQueueControllerResponseDTO.d.ts.map