IGPAPI
    Preparing search index...

    Interface LocationStoryResponseOwner

    interface LocationStoryResponseOwner {
        lat: number;
        lng: string;
        location_dict: LocationStoryResponseLocationDict;
        name: string;
        pk: number;
        profile_pic_url: string;
        profile_pic_username: string;
        short_name: string;
        type: string;
    }
    Index

    Properties

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