aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index 609c85265..035c100a9 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -575,6 +575,11 @@ export interface TipRecord {
accepted: boolean;
/**
+ * Have we picked up the tip record from the merchant already?
+ */
+ pickedUp: boolean;
+
+ /**
* The tipped amount.
*/
amount: AmountJson;