@maschinenlesbar.org/fim-portal-cli
    Preparing search index...

    Interface LeistungStammtextOut

    interface LeistungStammtextOut {
        erstellt_datum_zeit: string | null;
        freigabe_status: 1 | 2 | 3 | 8 | 4 | 6 | 5 | 7 | null;
        fts_match: string | null;
        geaendert_datum_zeit: string | null;
        klassifizierung: JsonObject[];
        kurztext: string | null;
        leistung_id: string;
        leistungsadressat: ("001" | "002" | "003")[];
        leistungsbezeichnung: string | null;
        leistungsbezeichnung_2: string | null;
        leistungsschluessel: string[];
        leistungstyp: "lo" | "lov" | "lovd" | null;
        ozg: JsonObject[];
        rechtsgrundlagen: string | null;
        redaktion_id: string;
        source: "leika" | "landesredaktion" | "pvog";
        title: string;
        typisierung: (
            | "1"
            | "2"
            | "10"
            | "11"
            | "12"
            | "3"
            | "4"
            | "5"
            | "6"
            | "7"
            | "8"
            | "9"
            | "2a"
            | "2b"
            | "3a"
            | "3b"
            | "2/3"
            | "2/3a"
            | "2/3b"
            | "4a"
            | "4b"
        )[];
        volltext: string
        | null;
    }
    Index
    erstellt_datum_zeit: string | null
    freigabe_status: 1 | 2 | 3 | 8 | 4 | 6 | 5 | 7 | null
    fts_match: string | null
    geaendert_datum_zeit: string | null
    klassifizierung: JsonObject[]
    kurztext: string | null
    leistung_id: string
    leistungsadressat: ("001" | "002" | "003")[]
    leistungsbezeichnung: string | null
    leistungsbezeichnung_2: string | null
    leistungsschluessel: string[]
    leistungstyp: "lo" | "lov" | "lovd" | null
    ozg: JsonObject[]
    rechtsgrundlagen: string | null
    redaktion_id: string
    source: "leika" | "landesredaktion" | "pvog"
    title: string
    typisierung: (
        | "1"
        | "2"
        | "10"
        | "11"
        | "12"
        | "3"
        | "4"
        | "5"
        | "6"
        | "7"
        | "8"
        | "9"
        | "2a"
        | "2b"
        | "3a"
        | "3b"
        | "2/3"
        | "2/3a"
        | "2/3b"
        | "4a"
        | "4b"
    )[]
    volltext: string | null