import { ObjectRecordGroupByDateGranularity } from 'twenty-shared/types'; // Default date granularity for grouping date fields in graphs // TODO: This will be configurable in the graph editor in the future export const GRAPH_DEFAULT_DATE_GRANULARITY = ObjectRecordGroupByDateGranularity.DAY;