import { IExchangeParsedParams } from 'redis-smq'; import { TErrors } from '../../../../../../errors/errors.js'; export type GetQueueExchangesControllerResponseDTO = readonly [200, IExchangeParsedParams[]] | TErrors['InvalidQueueParametersError']; //# sourceMappingURL=GetQueueExchangesControllerResponseDTO.d.ts.map