UNPKG

redis-smq-rest-api

Version:
3 lines 355 B
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