Files
oh-my-opencode/dist/hooks/interactive-bash-session/constants.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
194 B
TypeScript

export declare const INTERACTIVE_BASH_SESSION_STORAGE: string;
export declare const OMO_SESSION_PREFIX = "omo-";
export declare function buildSessionReminderMessage(sessions: string[]): string;