export interface PagingRequest { queryText: string; webUrl: string; pagingInfo: string; rowPerPage: number; sortBy: string; sortAsc: boolean; }