UNPKG

coersystem

Version:

Library for Angular projects

7 lines (6 loc) 119 B
export interface IGridDataSource { groupBy: string; indexGroup: number; length: number; rows: any[]; }