refactor: remove move entity (#17489)

This commit is contained in:
Zack Pollard
2025-04-09 16:54:20 +01:00
committed by GitHub
parent 206545356d
commit d03647904b
2 changed files with 8 additions and 28 deletions
-9
View File
@@ -1,9 +0,0 @@
import { PathType } from 'src/enum';
export class MoveEntity {
id!: string;
entityId!: string;
pathType!: PathType;
oldPath!: string;
newPath!: string;
}