Minor db struct changes

This commit is contained in:
mrfry 2021-05-26 16:10:58 +02:00
parent ca742fce80
commit 164e22d888
5 changed files with 3 additions and 12 deletions

View file

@ -63,9 +63,9 @@ export interface User {
id: number
pw: string
pwRequestCount: number
pwGotFromCID: number
avaiblePWRequests: number
loginCount: number
createdBy: number
}
export interface Request extends express.Request {