realm-object-server
Version:
9 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var RealmType;
(function (RealmType) {
RealmType["full"] = "full";
RealmType["reference"] = "reference";
RealmType["partial"] = "partial";
})(RealmType = exports.RealmType || (exports.RealmType = {}));
//# sourceMappingURL=RealmType.js.map