interface GeoJSONLayerQueryResult {
    features: Record<string, unknown>[];
}

Properties

Properties

features: Record<string, unknown>[]