import type { NonEmptyArray } from '@neliosr/types'; export const FIRST_PAGE = 0; export const ROWS_PER_PAGE_OPTIONS: NonEmptyArray< number > = [ 10, 25, 50 ];