UNPKG

redis-smq-rest-api

Version:
3 lines 237 B
import { TErrors } from '../../../errors/types/index.js'; export type SaveExchangeControllerResponseDTO = readonly [204, null] | TErrors['ExchangeInvalidFanOutParamsError']; //# sourceMappingURL=SaveExchangeControllerResponseDTO.d.ts.map