MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / CardBase

Interface CardBase

app/src/sqlite/database.ts:13–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} from 'shared/brand'
12
13export interface CardBase {
14 id: LDbId
15 ord: Ord
16 noteId: LDbId
17 created: number
18 edited: number
19 lapses: number
20 repCount: number
21 cardSettingId: LDbId | null
22 due: number
23 state: number | null
24}
25
26export interface Card extends CardBase {
27 tags: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected