about summary refs log tree commit diff
path: root/src/storage/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/schema.ts')
-rw-r--r--src/storage/schema.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts
index cfca9131c..d8b9874e4 100644
--- a/src/storage/schema.ts
+++ b/src/storage/schema.ts
@@ -10,3 +10,7 @@ export type Device = {
   }
   trendingBetaEnabled: boolean
 }
+
+export type Account = {
+  searchTermHistory?: string[]
+}