MCPcopy
hub / github.com/dexie/Dexie.js / TodoList

Interface TodoList

samples/angular/src/app/db.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4// Entity interfaces
5export interface TodoList {
6 id: number;
7 title: string;
8}
9
10export interface TodoItem {
11 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected