@maschinenlesbar.org/tagesschau-cli
    Preparing search index...

    Interface NewsResult

    Response of /api2u/news/.

    interface NewsResult {
        news: JsonObject[];
        newStoriesCountLink?: JsonValue;
        nextPage?: string;
        regional: JsonObject[];
        type?: string;
    }
    Index
    news: JsonObject[]
    newStoriesCountLink?: JsonValue
    nextPage?: string

    Cursor URL for the next page, when present.

    regional: JsonObject[]
    type?: string