Type alias PrimitivePropertyTypeName

PrimitivePropertyTypeName: "bool" | "int" | "float" | "double" | "decimal128" | "objectId" | "string" | "data" | "date" | "mixed" | "uuid"

The names of the supported Realm primitive property types.

Generated using TypeDoc