UNPKG

coersystem

Version:

Library for Angular projects

7 lines (6 loc) 131 B
export interface IGridSearch { show: boolean; ignore?: boolean; isDisabled?: boolean; columns?: string[] | null; }