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