@gradientedge/commercetools-utils
    Preparing search index...

    Interface BusinessUnitPagedSearchResponse

    interface BusinessUnitPagedSearchResponse {
        limit: number;
        offset: number;
        results: BusinessUnitSearchResult[];
        total: number;
    }
    Index

    Properties

    limit: number

    Number of results requested.

    offset: number

    Number of elements skipped.

    Search result containing the Business Units matching the search query.

    total: number

    Total number of results matching the query.