UNPKG

coersystem

Version:

Library for Angular projects

6 lines (5 loc) 97 B
export interface IGridImport<T> { data: T[]; file: File | null; autofill: boolean; }