export interface IVisibleModel { property: keyof T | string; label: string; checked: boolean; disabled: boolean; }