| 10 | } |
| 11 | |
| 12 | export 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 | |
| 22 | export interface LocalPracticeSession { |
| 23 | id: string |
nothing calls this directly
no outgoing calls
no test coverage detected