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

    Interface CountryEntry

    A country summary augmented with its content id (from summaries()).

    interface CountryEntry {
        content?: string;
        countryCode?: string;
        countryName?: string;
        disclaimer?: string;
        effective?: number;
        id: string;
        iso3CountryCode?: string;
        lastChanges?: string;
        lastModified?: number;
        partialWarning?: boolean;
        situationPartWarning?: boolean;
        situationWarning?: boolean;
        title?: string;
        warning?: boolean;
    }

    Hierarchy (View Summary)

    Index
    content?: string

    Full HTML text — present on the single-warning endpoint.

    countryCode?: string
    countryName?: string
    disclaimer?: string
    effective?: number
    id: string
    iso3CountryCode?: string
    lastChanges?: string
    lastModified?: number
    partialWarning?: boolean

    A partial (regional) warning is in force.

    situationPartWarning?: boolean
    situationWarning?: boolean

    Situation-specific warning.

    title?: string
    warning?: boolean

    A full travel warning (Reisewarnung) is in force.