IGPAPI
    Preparing search index...

    Interface RecentSearchesResponse

    interface RecentSearchesResponse {
        recent: RecentSearchesResponseItem[];
        status: string;
    }
    Index

    Properties

    Properties

    status: string