admin can soft delete listings
This commit is contained in:
@@ -109,6 +109,11 @@ export interface Item {
|
||||
};
|
||||
ownerId: string;
|
||||
owner?: User;
|
||||
isDeleted?: boolean;
|
||||
deletedBy?: string;
|
||||
deletedAt?: string;
|
||||
deletionReason?: string;
|
||||
deleter?: User;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user