aboutsummaryrefslogtreecommitdiff
path: root/src/memidb.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/memidb.ts')
-rw-r--r--src/memidb.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/memidb.ts b/src/memidb.ts
index e36183ffb..fe1d986f1 100644
--- a/src/memidb.ts
+++ b/src/memidb.ts
@@ -18,6 +18,9 @@
* In-memory implementation of the IndexedDB interface.
*/
+/* work in progres ... */
+/* tslint:disable */
+
interface StoredObject {
key: any;