From 42d7209641c056644d3a73697b1537f89dabbf6f Mon Sep 17 00:00:00 2001 From: kangod Date: Wed, 7 Feb 2024 13:13:07 +0800 Subject: [PATCH] =?UTF-8?q?modify:=20=E4=BF=AE=E6=94=B9=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AD=97=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/entity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/entity.ts b/types/entity.ts index bc6aa34..5b276ab 100644 --- a/types/entity.ts +++ b/types/entity.ts @@ -11,7 +11,7 @@ export interface UserInfo { account: string; password?: string; avatar?: string; - role?: Role; + roles?: Role; status?: BasicStatus; permissions?: Permission[]; }