This commit is contained in:
2025-07-10 16:05:32 +02:00

View File

@@ -7,4 +7,5 @@ enum ImageType: string
case Photo = 'foto';
case Survey = 'rilievo';
case Video = 'video';
case Reconstruction = '3d';
}