export default interface IPagedList { items: T[]; total: number; } //# sourceMappingURL=IPagedList.d.ts.map