export type MapOfStringsObject = {
  [key: string]: string
}
