refactor: remove user entity (#17498)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { AssetEntity } from 'src/entities/asset.entity';
|
||||
import { UserEntity } from 'src/entities/user.entity';
|
||||
|
||||
export class StackEntity {
|
||||
id!: string;
|
||||
owner!: UserEntity;
|
||||
ownerId!: string;
|
||||
assets!: AssetEntity[];
|
||||
primaryAsset!: AssetEntity;
|
||||
|
||||
Reference in New Issue
Block a user