import { IActionResult } from '../../common'; /** * 打开视图操作结果 */ export type IOpenViewResult = IActionResult;