UNPKG

@addapptables/microservice

Version:
5 lines (4 loc) 228 B
import { ICommandDto } from '../interfaces'; import { Command } from '../command'; import { Type } from '@nestjs/common'; export declare function CommandHandler<T extends Type<Command<ICommandDto>>>(command: T): ClassDecorator;