MCPcopy
hub / github.com/jakearchibald/idb / ObjectStoreValue

Interface ObjectStoreValue

test/utils.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7} from '../src/';
8
9export interface ObjectStoreValue {
10 id: number;
11 title: string;
12 date: Date;
13}
14
15export interface TestDBSchema extends DBSchema {
16 'key-val-store': {

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…