LWT JavaScript API
    Preparing search index...

    Response for articles endpoint.

    interface ArticlesResponse {
        articles: Article[];
        feed: { id: number; langId: number; name: string };
        pagination: Pagination;
    }
    Index

    Properties

    articles: Article[]
    feed: { id: number; langId: number; name: string }
    pagination: Pagination