export interface IPageItems { items: T[]; loading: boolean; }