// Identical to URI.QueryDataMap
export interface QueryParameters {
  [key: string]: string | null | Array<string | null>;
}
