| 71 | } |
| 72 | |
| 73 | export interface UpdateHistoryParams { |
| 74 | outline?: { raw: string; pages: Page[] } |
| 75 | images?: { task_id: string | null; generated: string[] } |
| 76 | status?: string |
| 77 | thumbnail?: string |
| 78 | } |
| 79 | |
| 80 | export interface Config { |
| 81 | text_generation: { |
nothing calls this directly
no outgoing calls
no test coverage detected