mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 17:51:13 -05:00
Refactor: Database and UI updates
This commit is contained in:
@@ -42,6 +42,12 @@ export interface AdminActionDetails {
|
||||
target_user_id?: string;
|
||||
target_username?: string;
|
||||
details?: Record<string, any>;
|
||||
/** Relational audit details from admin_audit_details table */
|
||||
admin_audit_details?: Array<{
|
||||
id: string;
|
||||
detail_key: string;
|
||||
detail_value: string;
|
||||
}>;
|
||||
}
|
||||
|
||||
export interface SubmissionReviewDetails {
|
||||
|
||||
Reference in New Issue
Block a user