interface GeospatialPropertyAndValue {
    property: string;
    value: unknown;
}

Properties

Properties

property: string
value: unknown