IGPAPI
    Preparing search index...

    Interface ArchiveDayShellsFeedResponse

    interface ArchiveDayShellsFeedResponse {
        items: ArchiveDayShellsFeedResponseItemsItem[];
        max_id: string | null;
        memories: ArchiveDayShellsFeedResponseMemories;
        more_available: boolean;
        num_results: number;
        status: string;
    }
    Index

    Properties

    max_id: string | null
    more_available: boolean
    num_results: number
    status: string