/** * Data that's specific to the device and does not vary based account. * Values here should be optional (since they may not have been saved * yet), hence the `Partial`. * * See `#/storage/schema.ts` for examples. */ export type Device = Partial<{ // add values here }>