Riksdagsmonitor Intelligence Platform — API Documentation - v1.0.30
    Preparing search index...
    interface ValidateSourcesOptions {
        repoRoot: string;
        sources?: string[];
        langs?: readonly (
            | "no"
            | "sv"
            | "da"
            | "fi"
            | "de"
            | "fr"
            | "es"
            | "nl"
            | "ar"
            | "he"
            | "ja"
            | "ko"
            | "zh"
        )[];
    }
    Index
    repoRoot: string

    Repository root (for relative paths).

    sources?: string[]

    Specific source paths; if omitted, scan the whole tree under analysis/daily/.

    langs?: readonly (
        | "no"
        | "sv"
        | "da"
        | "fi"
        | "de"
        | "fr"
        | "es"
        | "nl"
        | "ar"
        | "he"
        | "ja"
        | "ko"
        | "zh"
    )[]

    Subset of languages; defaults to TRANSLATION_LANGS.