mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: remove move entity (#17489)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { PathType } from 'src/enum';
|
||||
|
||||
export class MoveEntity {
|
||||
id!: string;
|
||||
entityId!: string;
|
||||
pathType!: PathType;
|
||||
oldPath!: string;
|
||||
newPath!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user