This commit is contained in:
AN
2025-08-07 20:36:14 +08:00
10 changed files with 65 additions and 32 deletions

View File

@ -164,6 +164,8 @@ declare namespace Api {
postIds: string[];
/** user role ids */
roleIds: string[];
/** roles */
roles: Role[];
};
/** user list */