Added commerce category

This commit is contained in:
Alexis
2024-05-01 15:51:02 +02:00
parent 29ecaec59c
commit eedecdfddf
5 changed files with 16 additions and 8 deletions

View File

@@ -28,7 +28,8 @@ export const calendarEventCategories = [
'construction',
'arcanologie',
'criminalité',
'scandale'
'scandale',
'commerce'
] as const
export type CalendarEventCategory = (typeof calendarEventCategories)[number]