UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

6 lines (5 loc) 120 B
export interface ActivemqMicroserviceContext { rpcType: 'ACTIVE_MQ'; pattern: string; namespace?: string; }