mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 15:04:53 +00:00
fixed entity relation, removed circular dependency
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { SubspaceEntity } from '@app/common/modules/space';
|
||||
import { SubspaceEntity } from '@app/common/modules/space/entities/subspace/subspace.entity';
|
||||
|
||||
export interface ModifySubspacePayload {
|
||||
addedSubspaces?: SubspaceEntity[];
|
||||
|
||||
Reference in New Issue
Block a user