Marie
2025-11-27 11:22:57 +01:00
committed by GitHub
parent 7e90dd888c
commit 9c9a01d55a
25 changed files with 437 additions and 42 deletions
@@ -5,7 +5,7 @@ import { ObjectRecordGroupByDateGranularity } from 'twenty-shared/types';
registerEnumType(ObjectRecordGroupByDateGranularity, {
name: 'ObjectRecordGroupByDateGranularity',
description:
'Date granularity options (e.g. DAY, MONTH, QUARTER, YEAR, DAY_OF_THE_WEEK, MONTH_OF_THE_YEAR, QUARTER_OF_THE_YEAR)',
'Date granularity options (e.g. DAY, MONTH, QUARTER, YEAR, WEEK, DAY_OF_THE_WEEK, MONTH_OF_THE_YEAR, QUARTER_OF_THE_YEAR)',
});
export { ObjectRecordGroupByDateGranularity };