@highcharts/dashboards
Version:
Highcharts Dashboards framework
30 lines (24 loc) • 385 B
TypeScript
/* *
*
* (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;