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

Interface UpdateHistoryParams

frontend/src/api/types.ts:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73export interface UpdateHistoryParams {
74 outline?: { raw: string; pages: Page[] }
75 images?: { task_id: string | null; generated: string[] }
76 status?: string
77 thumbnail?: string
78}
79
80export interface Config {
81 text_generation: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected