export interface Store {
  id: number;
  address?: string;
  city_id?: number;
  city_name?: string;
  cover?: string;
  cover_thumbnail?: string;
  description?: string;
  email?: string;
  feeses?: [];
  latitude?: number;
  link_avis_google?: string;
  logo?: string;
  longitude?: string;
  name?: string;
  option?: object;
  phone?: string;
  slug?: string;
  uuid?: string;
  work_times?: object;
}
