mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
* Added EXIF extracting in the backend * Added EXIF displaying on `image_viewer_page.dart` * Added Icon for backup option not enable
5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
import { PartialType } from '@nestjs/mapped-types';
|
|
import { CreateExifDto } from './create-exif.dto';
|
|
|
|
export class UpdateExifDto extends PartialType(CreateExifDto) {}
|