mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-07-21 04:22:42 +08:00
refactor: remove Permission model and update related code to use permission codes
This commit is contained in:
@@ -2,7 +2,6 @@ import request from './client';
|
||||
import type { PathRuleInfo } from './roles';
|
||||
|
||||
export interface PermissionInfo {
|
||||
id: number;
|
||||
code: string;
|
||||
name: string;
|
||||
category: string;
|
||||
|
||||
Reference in New Issue
Block a user