export interface PaginationParamsInterface {
  readonly page: number,
  readonly limit?: number,
}
