about summary refs log tree commit diff
path: root/src/storage/schema.ts
blob: bc41fd3edfc01d28b3b00b76c50ce8ee248bb578 (plain) (blame)
1
2
3
4
5
6
/**
 * Device data that's specific to the device and does not vary based account
 */
export type Device = {
  lastNuxDialog: string | undefined
}