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