git » sdk » commit feb9340

Export more interface types

author Stephen Paul Weber
2025-09-30 19:48:27 UTC
committer Stephen Paul Weber
2025-09-30 19:48:27 UTC
parent 48a62aad9e1ad14e4c44e1fcc68c7bb4407ff9aa

Export more interface types

npm/index.ts +3 -0

diff --git a/npm/index.ts b/npm/index.ts
index c7b097e..b8b15f7 100644
--- a/npm/index.ts
+++ b/npm/index.ts
@@ -20,6 +20,7 @@ export import Identicon = borogove.Identicon;
 export import Identity = borogove.Identity;
 export import Notification = borogove.Notification;
 export import Participant = borogove.Participant;
+export import Persistence = borogove.Persistence;
 export import Push = borogove.Push;
 export import Reaction = borogove.Reaction;
 export import SerializedChat = borogove.SerializedChat;
@@ -37,6 +38,8 @@ export import UserState = enums.UserState;
 
 export namespace persistence {
 	export import IDB = IDBjs;
+	export import KeyValueStore = borogove.persistence.KeyValueStore;
+	export import MediaStore = borogove.persistence.MediaStore;
 	export import MediaStoreCache = MediaStoreCachejs;
 	export import Dummy = borogove.persistence.Dummy;
 	export import Sqlite = borogove.persistence.Sqlite;