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

    Interface DatenfeldOut

    interface DatenfeldOut {
        beschreibung: string | null;
        bezug: string[];
        code_list_id: number | null;
        datentyp:
            | "text"
            | "text_latin"
            | "date"
            | "time"
            | "datetime"
            | "bool"
            | "num"
            | "num_int"
            | "num_currency"
            | "file"
            | "obj";
        definition: string
        | null;
        feldart: "input" | "select" | "label" | "hidden" | "locked";
        fim_id: string;
        fim_version: string;
        freigabe_status: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
        freigabe_status_label: string;
        fts_match: string | null;
        gueltig_ab: string | null;
        gueltig_bis: string | null;
        is_latest: boolean;
        last_update: string;
        letzte_aenderung: string;
        name: string;
        namespace: string;
        nummernkreis: string;
        status_gesetzt_am: string | null;
        status_gesetzt_durch: string | null;
        veroeffentlichungsdatum: string | null;
        versionshinweis: string | null;
        xdf_version: "2.0" | "2.0.0" | "3.0.0";
    }
    Index
    beschreibung: string | null
    bezug: string[]
    code_list_id: number | null
    datentyp:
        | "text"
        | "text_latin"
        | "date"
        | "time"
        | "datetime"
        | "bool"
        | "num"
        | "num_int"
        | "num_currency"
        | "file"
        | "obj"
    definition: string | null
    feldart: "input" | "select" | "label" | "hidden" | "locked"
    fim_id: string
    fim_version: string
    freigabe_status: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
    freigabe_status_label: string
    fts_match: string | null
    gueltig_ab: string | null
    gueltig_bis: string | null
    is_latest: boolean
    last_update: string
    letzte_aenderung: string
    name: string
    namespace: string
    nummernkreis: string
    status_gesetzt_am: string | null
    status_gesetzt_durch: string | null
    veroeffentlichungsdatum: string | null
    versionshinweis: string | null
    xdf_version: "2.0" | "2.0.0" | "3.0.0"