redis-smq-rest-api
Version:
A RESTful API for RedisSMQ
4 lines • 310 B
TypeScript
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