import { IContext, IParam } from '../../common'; export interface IAppViewMsgHelper { /** * 获取视图消息集合 * * @memberof IAppViewMsgHelper */ getViewMsgDetails( tag: string, context?: IContext, viewParams?: IParam ): Promise; }