Add 'Reconstruction' image type

This commit is contained in:
Nicolò P 2025-07-08 12:06:02 +02:00
parent 72af052651
commit 42e32952d6

View File

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