MCPcopy
hub / github.com/riot/riot / TodoItem

Interface TodoItem

test/typing/public-api.spec.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9} from '../../riot'
10
11interface TodoItem {
12 summary: string
13 done: boolean
14}
15
16interface TodoProps {
17 initialItems: [TodoItem]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…