Add ticket buttons

This commit is contained in:
Tarrgon
2025-06-17 19:09:33 -04:00
parent 8f84f35ec9
commit 970112e0d3
2 changed files with 86 additions and 4 deletions
+2
View File
@@ -117,6 +117,8 @@ export type Ticket = {
user: string
claimant: string | null
target?: string
accused_id?: number
target_id: number
status: 'pending' | 'partial' | 'approved'
category: 'blip' | 'comment' | 'dmail' | 'forum' | 'pool' | 'post' | 'set' | 'user' | 'wiki'
reason: string