UNPKG

redis-smq-rest-api

Version:
3 lines 185 B
import { IQueueParams } from 'redis-smq'; export type GetAllQueuesControllerResponseDTO = readonly [200, IQueueParams[]]; //# sourceMappingURL=GetAllQueuesControllerResponseDTO.d.ts.map