From 25991af7224cd76a8722f0579c00b73a211a84cc Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 3 Feb 2025 14:22:49 -0600 Subject: Add example account store (#7641) * Add example account store * Format --- src/storage/schema.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/storage/schema.ts') 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[] +} -- cgit 1.4.1