Add warning command
This commit is contained in:
@@ -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
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user