/* *
 *
 *  (c) 2010-2024 Torstein Honsi
 *
 *  License: www.highcharts.com/license
 *
 *  !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
 *
 * */

/* *
 *
 *  Declarations
 *
 * */

/**
 * Data types of the column cells.
 */

export type ColumnDataType = 'string' | 'number' | 'boolean' | 'datetime';

/* *
*
*  Export
*
* */

export default ColumnDataType;
