UNPKG

@react-native-ohos/realm

Version:

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

4 lines (3 loc) 279 B
import type { PropertyAccessor, PropertyOptions } from "./types"; /** @internal */ export declare function createArrayPropertyAccessor({ realm, type, name, columnKey, objectType, embedded, linkOriginPropertyName, getClassHelpers, optional, }: PropertyOptions): PropertyAccessor;