export type InfinityPaginationResultType = Readonly<{ data: T[]; hasNextPage: boolean; }>;