UNPKG

redis-smq-rest-api

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