paginationEnum.ts 86 Bytes
export enum PaginationEnum {
  // Default number of pages
  DEFAULT_PAGE_SIZE = 20,
}