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

Interface LocalPracticeCard

frontend/src/db/flashcardsDB.ts:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36export interface LocalPracticeCard {
37 id: string
38 sessionId: string
39 cardId: string
40 isCorrect?: boolean
41 isPracticed: boolean
42 practicedAt?: number
43 synced?: boolean
44}
45
46export class FlashcardsDB extends Dexie {
47 collections!: Table<LocalCollection, string>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected