clean up database and update depedencies
This commit is contained in:
Vendored
+6
@@ -32,3 +32,9 @@ export interface Chats {
|
||||
created_at: number;
|
||||
new_messages: number;
|
||||
}
|
||||
|
||||
export interface Settings {
|
||||
id: string;
|
||||
key: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user