Add MMKV interface (#5169)

This commit is contained in:
Eric Bailey 2024-09-05 14:31:24 -05:00 committed by GitHub
parent 2265fedd2a
commit 8a66883df8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 225 additions and 0 deletions

4
src/storage/schema.ts Normal file
View file

@ -0,0 +1,4 @@
/**
* Device data that's specific to the device and does not vary based account
*/
export type Device = {}