interface GridPaginationMeta {
    hasNextPage?: boolean;
}

Properties

Properties

hasNextPage?: boolean