UNPKG

redis-smq-rest-api

Version:
4 lines 310 B
import { EMessagePropertyStatus } from 'redis-smq'; import { TErrors } from '../../../errors/types/index.js'; export type GetMessageStatusControllerResponseDTO = readonly [200, EMessagePropertyStatus] | TErrors['MessageMessageNotFoundError']; //# sourceMappingURL=GetMessageStatusControllerResponseDTO.d.ts.map