File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,15 @@ export * from "./Documents/DocumentStoreBase";
154154export * from "./Documents/IDocumentStore" ;
155155export * from "./Documents/IdTypeAndName" ;
156156
157+ // SUBSCRIBTIONS
158+ export * from "./Documents/Subscriptions/SubscriptionBatch" ;
159+ export * from "./Documents/Subscriptions/DocumentSubscriptions" ;
160+ export * from "./Documents/Subscriptions/SubscriptionWorker" ;
161+ export * from "./Documents/Subscriptions/SubscriptionWorkerOptions" ;
162+ export * from "./Documents/Subscriptions/SubscriptionCreationOptions" ;
163+ export * from "./Documents/Subscriptions/Revision" ;
164+ export * from "./Documents/Subscriptions/SubscriptionState" ;
165+
157166// SESSION
158167export * from "./Documents/Session/AbstractDocumentQuery" ;
159168export * from "./Documents/Session/CmpXchg" ;
You can’t perform that action at this time.
0 commit comments