UNPKG

@react-native-ohos/realm

Version:

Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores

10 lines 509 B
import * as MongoDBNS from "./MongoDB"; import * as MongoDBCollectionNS from "./MongoDBCollection"; import type * as PushClientNS from "./PushClient"; export declare namespace Services { export import MongoDB = MongoDBNS.MongoDB; export import MongoDBDatabase = MongoDBCollectionNS.MongoDBDatabase; /** @deprecated Please read {@link https://www.mongodb.com/docs/atlas/app-services/reference/push-notifications/} */ type Push = PushClientNS.PushClient; } //# sourceMappingURL=Services.d.ts.map