mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add admin state store, add new role functionality
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import http from '@/api/http';
|
||||
|
||||
export interface Role {
|
||||
id: number,
|
||||
name: string,
|
||||
description: string|null,
|
||||
id: number;
|
||||
name: string;
|
||||
description: string | null;
|
||||
sortId: number;
|
||||
}
|
||||
|
||||
export default (): Promise<Role[]> => {
|
||||
|
||||
Reference in New Issue
Block a user