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

4 lines
149 B
TypeScript

export declare const SESSION_TIMEOUT_MS: number;
export declare const MIN_STABILITY_TIME_MS: number;
export declare const STABLE_POLLS_REQUIRED = 3;