@react-native-oh-tpl/realm
Version:
Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores
10 lines (9 loc) • 471 B
TypeScript
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;
}