Shop: {
    city: string;
    country: string;
    name: string;
    shop_id: string;
    state: string;
    type: ShopType;
    zip: string;
}

Represents a [Shop] from the [ComicsDB].

Type declaration

  • city: string

    The city the shop is located in.

  • country: string

    The 3-letter country abbreviation of the country the shop is located in.

  • name: string

    The name of the shop.

  • shop_id: string

    The ID of the shop.

  • state: string

    The 2 letter state abbreviation of the state the shop is located in.

  • type: ShopType

    They type of shop.

  • zip: string

    The zip code of the location the shop is located in.