修复前端迁移后的类型错误

This commit is contained in:
yml2213
2026-06-04 11:07:34 +08:00
parent eb6aed7e56
commit 75e849a91a
23 changed files with 1561 additions and 29 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ export {
updateRole,
deleteRole,
fetchPermissions,
type AdminRole,
type Role,
type Permission
} from './api/adminRoles'