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
6 changed files with 225 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
/**
* Device data that's specific to the device and does not vary based account
*/
export type Device = {}