Add "opening" timeline event type

This commit is contained in:
gpt-engineer-app[bot]
2025-10-15 19:31:48 +00:00
parent 444634dc85
commit dfc89bd43b
3 changed files with 38 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ export type TimelineEventType =
| 'owner_change'
| 'location_change'
| 'status_change'
| 'opening'
| 'closure'
| 'reopening'
| 'renovation'