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 }