diff options
Diffstat (limited to 'src/storage/schema.ts')
-rw-r--r-- | src/storage/schema.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 6522d75a3..bc41fd3ed 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -1,4 +1,6 @@ /** * Device data that's specific to the device and does not vary based account */ -export type Device = {} +export type Device = { + lastNuxDialog: string | undefined +} |