Seperate dbs

This commit is contained in:
mrfry 2020-11-26 09:16:12 +01:00
parent 728931d56e
commit 4e34267d44
9 changed files with 149 additions and 82 deletions

View file

@ -38,7 +38,6 @@ export interface ModuleType {
dailyAction?: Function
}
// TODO: add more props based on db
export interface User {
id: number
pw: string