UNPKG

@angstone/monostone

Version:

monolitic event-sourced framework

8 lines (7 loc) 137 B
import { ICommand } from "./"; /** * a command to api */ export interface ICommandLoaded extends ICommand { commandType: string; }