Skip to content

Commit

Permalink
Merge pull request #45 from appy-one/fix/export-event-subscription-se…
Browse files Browse the repository at this point in the history
…ttings

export `EventSubscriptionSettings`
  • Loading branch information
appy-one authored Jul 10, 2023
2 parents 31fe302 + 3feb22a commit c38fdb3
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 c38fdb3

Please sign in to comment.