UNPKG

redis-smq-rest-api

Version:
4 lines 283 B
import { IQueueParams } from 'redis-smq'; import { TErrors } from '../../../errors/types/index.js'; export type GetQueuesControllerResponseDTO = readonly [200, IQueueParams[]] | TErrors['ExchangeInvalidFanOutParamsError']; //# sourceMappingURL=GetQueuesControllerResponseDTO.d.ts.map