export default interface IPagedList { items: T[]; total: number; }