优化
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { IProcess } from '@/core/process/IProcess.ts'
|
||||
import type { TWindowFormState } from '@/core/window/types/WindowFormTypes.ts'
|
||||
import type { IDestroyable } from '@/core/common/types/IDestroyable.ts'
|
||||
|
||||
export interface IWindowForm {
|
||||
export interface IWindowForm extends IDestroyable {
|
||||
/** 窗体id */
|
||||
get id(): string;
|
||||
/** 窗体所属的进程 */
|
||||
|
||||
Reference in New Issue
Block a user