MCPcopy
hub / github.com/HisMax/RedInk / Page

Interface Page

frontend/src/api/types.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { AppError } from '../utils/errors'
2
3export interface Page {
4 index: number
5 type: 'cover' | 'content' | 'summary'
6 content: string
7}
8
9export interface OutlineResponse {
10 success: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected