MCPcopy Create free account
hub / github.com/bjsi/incremental-everything / DocumentInfo

Interface DocumentInfo

src/components/IncRemTable.tsx:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44export interface DocumentInfo {
45 id: string;
46 name: string;
47 count: number;
48 dueCount: number;
49}
50
51// ─── CalendarPickerButton ─────────────────────────────────────────────────────
52// Uses a ref to an always-mounted hidden <input type="date"> and calls

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected