first pass of new UI
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
import { MemberLight } from "./member";
|
||||
|
||||
export interface Role {
|
||||
id: number;
|
||||
name: string;
|
||||
color?: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export interface RoleSummary {
|
||||
id: number;
|
||||
name: string;
|
||||
color?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user