UNPKG

@angstone/monostone

Version:

monolitic event-sourced framework

7 lines (6 loc) 143 B
import { IView } from "./"; export interface IViewLoaded extends IView { featureName: string; viewName: string; viewTag: string; }