Type Alias HonuaMapServiceQueryLayerCountRequest

HonuaMapServiceQueryLayerCountRequest: Pick<MapLayerQueryRequest, "layerId" | "where" | "method"> & {
    extraParams?: Record<string, string | number | boolean>;
}