export interface QueryParams {
  [key: string]: string;
}
