MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / DatabaseSummary

Interface DatabaseSummary

packages/shared-domain/src/databases.ts:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218/** Lightweight listing entry for database discovery (sidebar / quick-open). */
219export interface DatabaseSummary {
220 path: string
221 title: string
222}
223
224// ---------------------------------------------------------------------------
225// Virtual tab-path helpers (mirror lib/asset-tabs.ts). A database opens as a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected