| 44 | } |
| 45 | |
| 46 | export class FlashcardsDB extends Dexie { |
| 47 | collections!: Table<LocalCollection, string> |
| 48 | cards!: Table<LocalCard, string> |
| 49 | practice_sessions!: Table<LocalPracticeSession, string> |
nothing calls this directly
no outgoing calls
no test coverage detected