clean up database and update depedencies

This commit is contained in:
Ren Amamiya
2023-07-18 14:37:03 +07:00
parent 100204b267
commit 12bfa2fca1
8 changed files with 176 additions and 184 deletions

View File

@@ -32,3 +32,9 @@ export interface Chats {
created_at: number;
new_messages: number;
}
export interface Settings {
id: string;
key: string;
value: string;
}