about summary refs log tree commit diff
path: root/src/storage/schema.ts
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-05 14:31:24 -0500
committerGitHub <noreply@github.com>2024-09-05 12:31:24 -0700
commit8a66883df8fa19290e9754c554faf36a4c3090d5 (patch)
tree4fca7de046372f0fe825ede0b5803d950ec6186d /src/storage/schema.ts
parent2265fedd2ac4d006e3c55dbb81ee387b93be9830 (diff)
downloadvoidsky-8a66883df8fa19290e9754c554faf36a4c3090d5.tar.zst
Add MMKV interface (#5169)
Diffstat (limited to 'src/storage/schema.ts')
-rw-r--r--src/storage/schema.ts4
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 = {}