| 26 | } |
| 27 | |
| 28 | export interface FinishEvent { |
| 29 | success: boolean |
| 30 | task_id: string |
| 31 | images: string[] |
| 32 | total?: number |
| 33 | completed?: number |
| 34 | failed?: number |
| 35 | failed_indices?: number[] |
| 36 | cached?: boolean |
| 37 | } |
| 38 | |
| 39 | export interface HistoryRecord { |
| 40 | id: string |
nothing calls this directly
no outgoing calls
no test coverage detected