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

Interface LocalCard

frontend/src/db/flashcardsDB.ts:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface LocalCard {
13 id: string
14 collectionId: string
15 front: string
16 back: string
17 createdAt: number
18 updatedAt: number
19 synced?: boolean
20}
21
22export interface LocalPracticeSession {
23 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected