| 7 | } |
| 8 | |
| 9 | export interface OutlineResponse { |
| 10 | success: boolean |
| 11 | outline?: string |
| 12 | pages?: Page[] |
| 13 | error?: AppError | string |
| 14 | error_message?: string |
| 15 | } |
| 16 | |
| 17 | export interface ProgressEvent { |
| 18 | index: number |
nothing calls this directly
no outgoing calls
no test coverage detected