aboutsummaryrefslogtreecommitdiff
path: root/src/memidb.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-29 16:58:03 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-29 16:58:03 +0200
commitb5c90d12219ca3a0df173ddf085d2353831a8ef6 (patch)
treefd26569ccacbed57cb47c24cce7863fb060f42cf /src/memidb.ts
parent1c3346cd534143f4dd56a625b963a1a3acfa83d1 (diff)
downloadwallet-core-b5c90d12219ca3a0df173ddf085d2353831a8ef6.tar.xz
fix remaining lint warnings
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;