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