Interface LocationRepositoryStoryResponseOwner

interface LocationRepositoryStoryResponseOwner {
    lat: number;
    lng: string;
    location_dict: LocationRepositoryStoryResponseLocation_dict;
    name: string;
    pk: number;
    profile_pic_url: string;
    profile_pic_username: string;
    short_name: string;
    type: string;
}

Properties

lat: number
lng: string
name: string
pk: number
profile_pic_url: string
profile_pic_username: string
short_name: string
type: string