added LogsDiscordResponse type
This commit is contained in:
@@ -84,3 +84,10 @@ export interface LoginResponse {
|
||||
user: User;
|
||||
token: string;
|
||||
}
|
||||
|
||||
export interface LogsDiscordResponse {
|
||||
log: {
|
||||
output: string;
|
||||
error: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user