Add warning command

This commit is contained in:
Tarrgon
2025-05-29 09:36:59 -04:00
parent 2f21c07d1f
commit 1e39b151b1
13 changed files with 281 additions and 20 deletions
+8
View File
@@ -30,4 +30,12 @@ export type TicketPhrase = {
id: number
user_id: string
phrase: string
}
export type Warning = {
id: number
user_id: string
reason: string
mod_id: string
timestamp: string
}
+1 -1
View File
@@ -1,5 +1,5 @@
export * from './command';
export * from './database-types';
export * from './e621-types';
export * from './handler';
export * from './helper-types';
export * from './database-types';