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

Interface DbRow

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

Source from the content-addressed store, hash-verified

196
197/** Cells are raw CSV strings keyed by DbField.id. */
198export interface DbRow {
199 /** == cells[idFieldId]. */
200 id: string
201 cells: Record<string, string>
202}
203
204/** Fully-hydrated database handed to the renderer (sidecar + rows + identity). */
205export interface DatabaseDoc extends DatabaseSidecar {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected