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

    Interface HomepageResult

    Response of /api2u/homepage/.

    interface HomepageResult {
        news: JsonObject[];
        newStoriesCountLink?: string;
        regional: JsonObject[];
        type?: string;
    }
    Index
    news: JsonObject[]
    newStoriesCountLink?: string
    regional: JsonObject[]
    type?: string