aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-27 05:42:46 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-27 05:42:46 +0200
commit63914ab53b18ec29269c2c3fe4e01ac9b36330e5 (patch)
tree62e8e47fa6d85d57eaf419ee8fa88ece62286ad5 /src/types.ts
parentccc6d822424be9b257e63b0d71f2d46f2523fe3e (diff)
downloadwallet-core-63914ab53b18ec29269c2c3fe4e01ac9b36330e5.tar.xz
make sure that refreshing works after refund
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index aabf4ffc0..9492d1a75 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -759,6 +759,11 @@ export interface RefreshSessionRecord {
* Is this session finished?
*/
finished: boolean;
+
+ /**
+ * Record ID when retrieved from the DB.
+ */
+ id?: number;
}