/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
export type DashboardPcgsSearchSummaryParams = {
    /**
     * limit is a maximum number of responses to return for a list call. Maximum value of the limit is 50.
    If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results.
     * @maximum 50
     */
    limit?: number;
    /**
     * offset is the next index number from which the response will start. The response offset value can be used along with continue token for the pagination.
     */
    offset?: number;
    /**
     * continue token to paginate the subsequent data items
     */
    continue?: string;
};
//# sourceMappingURL=dashboardPcgsSearchSummaryParams.d.ts.map