MCPcopy
hub / github.com/expo/examples / ItemEntity

Interface ItemEntity

with-sqlite/App.tsx:19–23  ·  view source on GitHub ↗

* The Item type represents a single item in database.

Source from the content-addressed store, hash-verified

17 * The Item type represents a single item in database.
18 */
19interface ItemEntity {
20 id: number;
21 done: boolean;
22 value: string;
23}
24
25//#region Components
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected