From 0018b5091442f877963c24605086905f329cdf19 Mon Sep 17 00:00:00 2001 From: tone Date: Tue, 16 Dec 2025 22:50:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=E7=BB=9F=E4=B8=80use?= =?UTF-8?q?r=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/lib/types/user.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/frontend/lib/types/user.ts b/apps/frontend/lib/types/user.ts index cfab4f1..8315ac6 100644 --- a/apps/frontend/lib/types/user.ts +++ b/apps/frontend/lib/types/user.ts @@ -8,7 +8,5 @@ export interface User { phone?: string; avatar?: string; createdAt: string; - updatedAt: string; - deletedAt: string | null; roles: Role[]; } \ No newline at end of file