Type Alias AttributesWithOptionalGeometry<TObjectId, TGeoJSONGeometry>

AttributesWithOptionalGeometry: FeatureVectorAttributes<TObjectId> & {
    geoJSONGeometry?: OptionalWazeFeatureGeometry<TGeoJSONGeometry>;
}

Type Parameters