diff options
Diffstat (limited to 'src/storage/index.ts')
-rw-r--r-- | src/storage/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/index.ts b/src/storage/index.ts index 819ffab7e..4be08170d 100644 --- a/src/storage/index.ts +++ b/src/storage/index.ts @@ -2,6 +2,8 @@ import {MMKV} from 'react-native-mmkv' import {Device} from '#/storage/schema' +export * from '#/storage/schema' + /** * Generic storage class. DO NOT use this directly. Instead, use the exported * storage instances below. |