MCPcopy Create free account
hub / github.com/scopecraft/command / Document

Interface Document

reference/document-editor/components/source-management.tsx:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { Badge } from "@/components/ui/badge"
8
9interface Document {
10 id: number
11 name: string
12 source: string
13 icon: typeof File | typeof FileText
14}
15
16const initialDocuments: Document[] = [
17 { id: 1, name: "Project Proposal.docx", source: "local", icon: FileText },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…