UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

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