| 7 | } from '../src/'; |
| 8 | |
| 9 | export interface ObjectStoreValue { |
| 10 | id: number; |
| 11 | title: string; |
| 12 | date: Date; |
| 13 | } |
| 14 | |
| 15 | export interface TestDBSchema extends DBSchema { |
| 16 | 'key-val-store': { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…