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