File

src/global/interfaces.ts

Index

Properties

Properties

abv
abv: string
Type : string
description
description: string
Type : string
ibu
ibu: string
Type : string
id
id: string
Type : string
labels
labels: Labels
Type : Labels
name
name: 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 ""