export interface ColumnShow { /** * Column which is Added */ column: any; } export default ColumnShow;