Add example account store (#7641)

* Add example account store

* Format
This commit is contained in:
Eric Bailey
2025-02-03 14:22:49 -06:00
committed by GitHub
parent d0ff6dcba0
commit 25991af722
2 changed files with 12 additions and 1 deletions
+4
View File
@@ -10,3 +10,7 @@ export type Device = {
}
trendingBetaEnabled: boolean
}
export type Account = {
searchTermHistory?: string[]
}