Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devnomad-byte/EvolveHub
/ AssignRolePermissionRequest
Interface
AssignRolePermissionRequest
frontend/src/api/adminRole.ts:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
// 分配角色权限请求
39
export
interface
AssignRolePermissionRequest {
40
roleId: number
41
permissionId: number
42
}
43
44
// 角色管理 API(admin 模块)
45
export
const
adminRoleApi = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected