UNPKG

redis-smq-rest-api

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