Add MMKV interface (#5169)
This commit is contained in:
parent
2265fedd2a
commit
8a66883df8
6 changed files with 225 additions and 0 deletions
4
src/storage/schema.ts
Normal file
4
src/storage/schema.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Device data that's specific to the device and does not vary based account
|
||||
*/
|
||||
export type Device = {}
|
Loading…
Add table
Add a link
Reference in a new issue