MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / LocalCollection

Interface LocalCollection

frontend/src/db/flashcardsDB.ts:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Dexie, { type Table } from 'dexie'
2
3export interface LocalCollection {
4 id: string
5 name: string
6 prompt?: string | null
7 createdAt: number
8 updatedAt: number
9 synced?: boolean
10}
11
12export interface LocalCard {
13 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected