export interface ClrDatagridVirtualScrollRangeInterface { total: number; skip: number; data: T[]; }