import { IQueueParams } from 'redis-smq'; import { TErrors } from '../../../../../../errors/errors.js'; export type GetBindingsControllerResponseDTO = readonly [200, IQueueParams[] | { [routingKey: string]: IQueueParams[]; }] | TErrors['InvalidExchangeParametersError'] | TErrors['InvalidDirectExchangeParametersError'] | TErrors['InvalidTopicExchangeParamsError']; //# sourceMappingURL=GetBindingsControllerResponseDTO.d.ts.map