The strict schema for specifying the type of a specific Realm object property.
Unlike the less strict PropertySchema, this type precisely defines the type
requirements and their allowed combinations; however, TypeScript error messages tend
to be more misleading. PropertySchema is recommended for that reason, but the
strict type is provided as guidance.
See
PropertySchema for a textual explanation of the requirements defined here,
as well as documentation for each property.
The strict schema for specifying the type of a specific Realm object property.
Unlike the less strict PropertySchema, this type precisely defines the type requirements and their allowed combinations; however, TypeScript error messages tend to be more misleading. PropertySchema is recommended for that reason, but the strict type is provided as guidance.