Files
oh-my-opencode/dist/features/tmux-subagent/pane-state-querier.d.ts
T

3 lines
137 B
TypeScript
Raw Normal View History

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