UNPKG

@addapptables/microservice

Version:
6 lines (5 loc) 207 B
import { ICommandHandler } from '../../'; import { TestCommand } from './command'; export declare class TestCommandHandler implements ICommandHandler<TestCommand> { handle(command: TestCommand): void; }