From 89c3c2d58d1a7102a10edfb716cbc7434d0bc117 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 18 Oct 2016 01:16:31 +0200 Subject: make db layer more type safe --- lib/wallet/db.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/wallet/db.ts') diff --git a/lib/wallet/db.ts b/lib/wallet/db.ts index 9133330a2..a78abc26a 100644 --- a/lib/wallet/db.ts +++ b/lib/wallet/db.ts @@ -15,6 +15,7 @@ */ "use strict"; +import {IExchangeInfo} from "./types"; /** * Declarations and helpers for @@ -27,6 +28,7 @@ const DB_NAME = "taler"; const DB_VERSION = 10; + /** * Return a promise that resolves * to the taler wallet db. -- cgit v1.2.3