UNPKG

@addapptables/microservice

Version:
11 lines (10 loc) 288 B
import { Command, ICommandDto } from '../../'; export interface DataCommand extends ICommandDto { id: any; name: string; } export declare class TestCommand extends Command<DataCommand> { action: string; context: string; constructor(data: DataCommand, cid?: string); }