export interface IgrPagingState {
    index?: number | string;
    recordsPerPage?: number | string;
}
