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

Interface CardWithTagCount

app/src/sqlite/database.ts:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30export interface CardWithTagCount extends Card {
31 tagCount: number
32}
33
34export interface NoteTag {
35 tag: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected