mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-15 13:43:48 +08:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export interface PermissionsEnum {
|
|
value: string;
|
|
label: string;
|
|
}
|