Type alias CanonicalObjectSchema<T>

CanonicalObjectSchema<T>: BaseObjectSchema & {
    ctor?: RealmObjectConstructor;
    properties: CanonicalPropertiesTypes<keyof T>;
}

The canonical representation of the schema of a specific type of object.

Type Parameters

Type declaration

Generated using TypeDoc