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

    Interface NewsParams

    Parameters for the news endpoint.

    interface NewsParams {
        regions?: string[];
        ressort?:
            | "inland"
            | "ausland"
            | "wirtschaft"
            | "sport"
            | "video"
            | "investigativ"
            | "wissen";
    }
    Index
    regions?: string[]

    Bundesland ids (1..16); serialised as a comma-separated regions value.

    ressort?:
        | "inland"
        | "ausland"
        | "wirtschaft"
        | "sport"
        | "video"
        | "investigativ"
        | "wissen"