about summary refs log tree commit diff
path: root/src/storage/schema.ts
blob: be074db430d70b8d0fecbc027161adbd83976e0c (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
}