MCPcopy Create free account
hub / github.com/HisMax/RedInk / FinishEvent

Interface FinishEvent

frontend/src/api/types.ts:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28export 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
39export interface HistoryRecord {
40 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected