4 lines
194 B
TypeScript
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;
|