Skip to content

Commit

Permalink
Exposing SubscriptionSetState
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jun 12, 2023
1 parent a0406ea commit 9383738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/realm/src/Realm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export class Realm {
public static ProgressMode = ProgressMode;
/** @deprecated Please use named imports */
public static ProviderType = ProviderType;
public static SubscriptionSetState = SubscriptionSetState;
/** @deprecated Please use named imports */
public static Results = Results;
/** @deprecated Please use named imports */
Expand Down Expand Up @@ -1545,6 +1546,7 @@ export declare namespace Realm {
SSLVerifyCallbackType as SSLVerifyCallback,
/** @deprecated Please use named imports */
SSLVerifyObjectType as SSLVerifyObject,
SubscriptionSetStateType as SubscriptionSetState,
/** @deprecated Please use named imports */
SyncConfiguration,
/** @deprecated Please use named imports */
Expand Down

0 comments on commit 9383738

Please sign in to comment.