Skip to content

Commit

Permalink
export EventSubscriptionSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
appy-one committed Jul 10, 2023
1 parent 31fe302 commit 3feb22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { AceBaseBase, AceBaseBaseSettings } from './acebase-base';
export { Api, IStreamLike, EventSubscriptionCallback, ReflectionType, StreamReadFunction, StreamWriteFunction,
export { Api, IStreamLike, EventSubscriptionSettings, EventSubscriptionCallback, ReflectionType, StreamReadFunction, StreamWriteFunction,
TransactionLogFilter, Query, QueryOptions, QueryFilter, QueryOrder, IAceBaseSchemaInfo,
ValueMutation, ValueChange, IReflectionNodeInfo, IReflectionChildrenInfo } from './api';
export { DataReference, DataReferenceQuery, DataRetrievalOptions, QueryDataRetrievalOptions, DataSnapshotsArray, DataReferencesArray, QueryOperator } from './data-reference';
Expand Down

0 comments on commit 3feb22a

Please sign in to comment.