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

5 lines
225 B
TypeScript
Raw Normal View History

export { OPENCODE_STORAGE, MESSAGE_STORAGE, PART_STORAGE } from "../../shared";
export declare const THINKING_TYPES: Set<string>;
export declare const META_TYPES: Set<string>;
export declare const CONTENT_TYPES: Set<string>;