mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 18:40:22 +08:00
8 lines
91 B
TypeScript
8 lines
91 B
TypeScript
export enum RoleEnum {
|
|
// super admin
|
|
SUPER = 'super',
|
|
|
|
// tester
|
|
TEST = 'test',
|
|
}
|