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

    Interface GroupListParams

    Parameters for organization_list / group_list.

    interface GroupListParams {
        all_fields?: boolean;
        limit?: number;
        offset?: number;
    }

    Hierarchy (View Summary)

    Index
    all_fields?: boolean

    Return full objects instead of just names.

    limit?: number
    offset?: number