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