保存一下

This commit is contained in:
2025-08-28 08:05:16 +08:00
parent c4fb06f6a6
commit caaece6b4f
14 changed files with 107 additions and 36 deletions

View File

@@ -0,0 +1,6 @@
import type { IProcess } from '@/core/process/IProcess.ts'
export interface IWindowForm {
get id(): string;
get proc(): IProcess | undefined;
}