实现用户注销和删除系统
This commit is contained in:
@@ -7,4 +7,5 @@ export interface User {
|
||||
avatar?: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
deletedAt: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user