Refactor photo modification logic

This commit is contained in:
gpt-engineer-app[bot]
2025-10-02 17:46:45 +00:00
parent 6f579faa31
commit 2750d285cb
5 changed files with 224 additions and 29 deletions

View File

@@ -4,7 +4,9 @@ export type EntityType =
| 'manufacturer'
| 'operator'
| 'designer'
| 'property_owner';
| 'property_owner'
| 'photo_edit'
| 'photo_delete';
export interface PhotoSubmission {
url: string;