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

Interface ContentResponse

frontend/src/api/types.ts:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91export interface ContentResponse {
92 success: boolean
93 titles?: string[]
94 copywriting?: string
95 tags?: string[]
96 error?: AppError | string
97 error_message?: string
98}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected