Interface CormoTypesGeoPointNamespace

Represents a two-dimensional point, used in model schemas.

This type is supported only in MongoDB and MySQL. types

interface CormoTypesGeoPoint {
    _type: "geopoint";
}

Properties

Properties

_type: "geopoint"

Generated using TypeDoc