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

Interface Card

app/src/sqlite/database.ts:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface Card extends CardBase {
27 tags: string
28}
29
30export interface CardWithTagCount extends Card {
31 tagCount: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected