Type Alias: ProjectMemoryEventType

type ProjectMemoryEventType = 
  | "memory:search_start"
  | "memory:file_found"
  | "memory:file_loaded"
  | "memory:file_skipped"
  | "memory:search_complete"
  | "memory:error";

Defined in: memory/types.ts:153

Event types for ProjectMemoryLoader