frontend: add reports list
This commit is contained in:
parent
244c13cd84
commit
29274287a2
4 changed files with 56 additions and 4 deletions
|
@ -84,7 +84,9 @@ export interface Invite {
|
|||
export interface Report {
|
||||
id: string;
|
||||
user_id: string;
|
||||
user_name: string;
|
||||
member_id: string | null;
|
||||
member_name: string | null;
|
||||
reason: string;
|
||||
reporter_id: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue