feat: add warnings page, add delete user + acknowledge report options
This commit is contained in:
parent
ab77fab0ea
commit
293f68e88c
9 changed files with 249 additions and 9 deletions
|
@ -96,6 +96,13 @@ export interface Report {
|
|||
admin_comment: string | null;
|
||||
}
|
||||
|
||||
export interface Warning {
|
||||
id: number;
|
||||
reason: string;
|
||||
created_at: string;
|
||||
read: boolean;
|
||||
}
|
||||
|
||||
export interface APIError {
|
||||
code: ErrorCode;
|
||||
message?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue