import { IQueueParams } from 'redis-smq'; import { TErrors } from '../../../../../../errors/errors.js'; export type MatchQueuesControllerResponseDTO = readonly [200, IQueueParams[]] | TErrors['InvalidExchangeParametersError'] | TErrors['InvalidDirectExchangeParametersError'] | TErrors['ExchangeNotFoundError'] | TErrors['ExchangeTypeMismatchError']; //# sourceMappingURL=MatchQueuesControllerResponseDTO.d.ts.map