clean up database and update depedencies
This commit is contained in:
6
src/utils/types.d.ts
vendored
6
src/utils/types.d.ts
vendored
@@ -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