export enum Column {
	FLAGS = "exc_flags",
	CURRENCY = "exc_currency",
	IMPORTANCE = "exc_importance",
	ACTUAL = "exc_actual",
	FORECAST = "exc_forecast",
	PREVIOUS = "exc_previous",
}
