Type Alias PaginationAndFilterOptions

PaginationAndFilterOptions: ListFilterOptions & {
    pager: Pager;
}

分页和过滤组合配置项

列表过滤配置项

分页配置项