File

src/global/interfaces.ts

Index

Properties

Properties

id
id: string
Type : string
name
name: string
Type : string
rating
rating: number
Type : number
vicinity
vicinity: string
Type : string
export interface Beer {
  name: string,
  abv: string,
  ibu: string,
  description: string,
  id: string,
  labels: Labels
}

export interface Labels {
  medium: string,
  large: string
}

export interface Bar {
  name: string,
  vicinity: string,
  id: string
  rating: number;
}

result-matching ""

    No results matching ""