| 19 | } |
| 20 | |
| 21 | export interface JournalEntry { |
| 22 | timestamp: number; |
| 23 | kind: string; |
| 24 | task_id?: string; |
| 25 | summary: string; |
| 26 | } |
| 27 | |
| 28 | export interface Snapshot { |
| 29 | generated_at: number; |
nothing calls this directly
no outgoing calls
no test coverage detected