จัดการผู้ใช้งาน => fix role

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-13 13:02:41 +07:00
parent 4ebad6fc60
commit baaa75f4da
5 changed files with 38 additions and 10 deletions

View file

@ -4,7 +4,7 @@ interface Users {
id: string;
lastName: string;
username: string;
roles: Roles;
roles: Roles[];
}
interface Roles {
@ -16,7 +16,7 @@ interface Roles {
lastUpdateUserId: string;
lastUpdatedAt: string;
roleDescription: string;
roleName: string;
name: string;
}
interface NodeTree {