Files
oh-my-opencode/dist/hooks/interactive-bash-session/constants.d.ts
T

4 lines
194 B
TypeScript
Raw Normal View History

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