UrlQueryMap type

UrlQueryMap type

Type to represent the values parsed from the query string.

Signature

  1. export declare type UrlQueryMap = Record<string, UrlQueryValue>;

Import

  1. import { UrlQueryMap } from '@grafana/data';