IGPAPI
    Preparing search index...

    Interface RecentSearchesResponseItem

    interface RecentSearchesResponseItem {
        hashtag?: RecentSearchesResponseHashtag;
        place?: RecentSearchesResponsePlace;
        position: number;
        user?: RecentSearchesResponseUser;
    }
    Index

    Properties

    position: number