aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 69ed64446..857537251 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1948,6 +1948,8 @@ export interface TipRecord {
* URL to go to once the tip has been accepted.
*/
nextUrl: string;
+
+ timestamp: number;
}