Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devnomad-byte/EvolveHub
/ AssignUserRoleRequest
Interface
AssignUserRoleRequest
frontend/src/api/adminUser.ts:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
// 分配角色请求
51
export
interface
AssignUserRoleRequest {
52
userId: number
53
roleId: number
54
}
55
56
// 移除角色请求
57
export
interface
RemoveUserRoleRequest {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected