mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 12:11:13 -05:00
Fix: Resolve milestone validation errors
This commit is contained in:
@@ -6,7 +6,9 @@ export type EntityType =
|
||||
| 'designer'
|
||||
| 'property_owner'
|
||||
| 'photo_edit'
|
||||
| 'photo_delete';
|
||||
| 'photo_delete'
|
||||
| 'milestone'
|
||||
| 'timeline_event';
|
||||
|
||||
export interface PhotoSubmission {
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user