frontend: add reports list

This commit is contained in:
Sam 2023-03-23 11:30:47 +01:00
parent 244c13cd84
commit 29274287a2
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
4 changed files with 56 additions and 4 deletions

View file

@ -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;