realm
Version:
Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores
8 lines • 383 B
TypeScript
import * as internal from "../internal";
export declare namespace Services {
export import MongoDB = internal.MongoDB;
export import MongoDBDatabase = internal.MongoDBDatabase;
/** @deprecated Please read {@link https://www.mongodb.com/docs/atlas/app-services/reference/push-notifications/} */
type Push = internal.PushClient;
}
//# sourceMappingURL=Services.d.ts.map