remove unused client and space DTOs and repository module

This commit is contained in:
faris Aljohari
2025-04-23 16:58:42 +03:00
parent 5490b5781d
commit 61a7e1c742
3 changed files with 0 additions and 36 deletions

View File

@ -1,7 +0,0 @@
import { SpaceEntity } from '@app/common/modules/space/entities/space.entity';
import { Expose } from 'class-transformer';
export class SpaceWithParentsDto extends SpaceEntity {
@Expose()
lastThreeParents: string;
}