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

5 lines
225 B
TypeScript

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>;