export type PaginationParams = {
    page: number;
};
