mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
Transfer repository from Gitlab
This commit is contained in:
6
server/src/api-v1/asset/dto/get-asset.dto.ts
Normal file
6
server/src/api-v1/asset/dto/get-asset.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { IsNotEmpty } from 'class-validator';
|
||||
|
||||
class GetAssetDto {
|
||||
@IsNotEmpty()
|
||||
deviceId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user