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