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

    Interface FilterColumn

    A filterable column, from a GetFilterColumns… endpoint.

    interface FilterColumn {
        CustomSelectString?: string | null;
        FilterField?: string | null;
        FilterName?: string;
        ListObject?: { Name?: string; Value?: string }[];
        OptionalFilterEntity?: unknown;
        Position?: number | null;
        Type?: string;
    }
    Index
    CustomSelectString?: string | null
    FilterField?: string | null
    FilterName?: string

    Human-readable filter name (used as the field in a filter spec).

    ListObject?: { Name?: string; Value?: string }[]

    For dropdown filters: the allowed { Name, Value } options (Value is the code to send).

    OptionalFilterEntity?: unknown
    Position?: number | null
    Type?: string

    Filter type.