export interface IEntityColumn { name: string; displayName?: string; content: any; }