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

Interface OutlineResponse

frontend/src/api/types.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface OutlineResponse {
10 success: boolean
11 outline?: string
12 pages?: Page[]
13 error?: AppError | string
14 error_message?: string
15}
16
17export interface ProgressEvent {
18 index: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected