Interface TagsFeedResponseTags

interface TagsFeedResponseTags {
    address: string;
    city: string;
    external_source: string;
    facebook_places_id: string;
    lat: string;
    lng: string;
    name: string;
    pk: number;
    short_name: string;
}

Properties

address: string
city: string
external_source: string
facebook_places_id: string
lat: string
lng: string
name: string
pk: number
short_name: string