diff options
Diffstat (limited to 'src/storage/schema.ts')
-rw-r--r-- | src/storage/schema.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts new file mode 100644 index 000000000..6522d75a3 --- /dev/null +++ b/src/storage/schema.ts @@ -0,0 +1,4 @@ +/** + * Device data that's specific to the device and does not vary based account + */ +export type Device = {} |