Files
oh-my-opencode/dist/features/tmux-subagent/pane-state-querier.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
137 B
TypeScript

import type { WindowState } from "./types";
export declare function queryWindowState(sourcePaneId: string): Promise<WindowState | null>;