Interface LocationRepositoryStoryResponseLocation

interface LocationRepositoryStoryResponseLocation {
    address?: string;
    city?: string;
    external_source?: string;
    facebook_places_id?: number;
    lat: number;
    lng: string | number;
    location_dict?: LocationRepositoryStoryResponseLocation_dict;
    name: string;
    pk: number;
    profile_pic_url?: string;
    profile_pic_username?: string;
    short_name: string;
    type?: string;
}

Properties

address?: string
city?: string
external_source?: string
facebook_places_id?: number
lat: number
lng: string | number
name: string
pk: number
profile_pic_url?: string
profile_pic_username?: string
short_name: string
type?: string