Type alias PaginationSettings

PaginationSettings: {
    maxTotalHits?: number | null;
}

Type declaration

  • Optional maxTotalHits?: number | null