mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 19:31:13 -05:00
Refactor photo modification logic
This commit is contained in:
@@ -4,7 +4,9 @@ export type EntityType =
|
||||
| 'manufacturer'
|
||||
| 'operator'
|
||||
| 'designer'
|
||||
| 'property_owner';
|
||||
| 'property_owner'
|
||||
| 'photo_edit'
|
||||
| 'photo_delete';
|
||||
|
||||
export interface PhotoSubmission {
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user