UNPKG

redis-smq-rest-api

Version:
4 lines 335 B
import { IQueueParams } from 'redis-smq'; import { TErrors } from '../../../errors/types/index.js'; export type GetNamespaceQueuesControllerResponseDTO = readonly [200, IQueueParams[]] | TErrors['NamespaceInvalidNamespaceError'] | TErrors['NamespaceNotFoundError']; //# sourceMappingURL=GetNamespaceQueuesControllerResponseDTO.d.ts.map