UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

11 lines (10 loc) 123 B
/** * State data interface */ export interface IState { } /** * State action interface */ export interface IAction { }