export interface PaginationPage {
    number: number;
}
