@maschinenlesbar.org/fit-connect-cli
    Preparing search index...

    Interface AreaQuery

    Parameters for FitConnectClient.areas.

    interface AreaQuery {
        limit?: number;
        offset?: number;
        search: string | string[];
    }
    Index
    limit?: number

    Page size (1..500, default 100).

    offset?: number

    Start offset into the result set (default 0).

    search: string | string[]

    One or more search terms (names and/or postal codes). The wildcard * is supported, e.g. "Mag*". Terms are split into words on whitespace and punctuation ("Halle (Westf.)"Halle, Westf), and every word must match the same area. At least one non-empty word is required.