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

    Interface UnitResponse

    The raw response envelope of a data endpoint (Kendo UI Grid shape).

    interface UnitResponse {
        AggregateResults?: unknown;
        Data: MastrUnit[] | null;
        Errors?: string | null;
        Total: number;
    }
    Index
    AggregateResults?: unknown
    Data: MastrUnit[] | null
    Errors?: string | null

    A logical error message (e.g. "Die Anfrage ist Null."); null on success.

    Total: number

    Total number of matching units (across all pages).