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

Interface ProgressEvent

frontend/src/api/types.ts:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface ProgressEvent {
18 index: number
19 status: 'generating' | 'done' | 'error'
20 current?: number
21 total?: number
22 image_url?: string
23 message?: string
24 error?: AppError | string
25 retryable?: boolean
26}
27
28export interface FinishEvent {
29 success: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected