UNPKG

redis-smq-rest-api

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