UNPKG

redis-smq-rest-api

Version:
7 lines 292 B
import { EQueueDeliveryModel, EQueueType, IQueueParams } from 'redis-smq'; export type CreateQueueControllerRequestBodyDTO = { queue: IQueueParams; queueType: EQueueType; queueDeliveryModel: EQueueDeliveryModel; }; //# sourceMappingURL=CreateQueueControllerRequestBodyDTO.d.ts.map