MCPcopy Create free account
hub / github.com/experdot/pointer / CodeBlockSourceData

Interface CodeBlockSourceData

src/renderer/src/features/export/types.ts:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41export interface CodeBlockSourceData {
42 type: 'code-block'
43 code: string
44 language: string
45 sourceInfo?: {
46 pageId?: string
47 messageId?: string
48 }
49}
50
51export type SourceData =
52 | MessagesSourceData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected