refactor(server): person dto (#3058)

This commit is contained in:
Jason Rasmussen
2023-06-30 21:52:40 -04:00
committed by GitHub
parent 399312ead3
commit 49f1f6cad7
8 changed files with 11 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import { AssetEntity, AssetType } from '@app/infra/entities';
import { ApiProperty } from '@nestjs/swagger';
import { mapFace, PersonResponseDto } from '../../person';
import { mapFace, PersonResponseDto } from '../../person/person.dto';
import { mapTag, TagResponseDto } from '../../tag';
import { ExifResponseDto, mapExif } from './exif-response.dto';
import { mapSmartInfo, SmartInfoResponseDto } from './smart-info-response.dto';