Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
export
interface
TodoList {
6
id: number;
7
title: string;
8
}
9
10
export
interface
TodoItem {
11
id: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected