mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 07:34:54 +00:00
remove unused client and space DTOs and repository module
This commit is contained in:
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user