Chron script for loading database

This commit is contained in:
jmosrael@gmail.com
2024-07-17 22:50:25 -07:00
parent 6d03e450c9
commit bc3455f5d0
8 changed files with 56 additions and 10 deletions

View File

@@ -21,6 +21,13 @@ export interface Character {
creationDate: number
}
export interface DmStats {
name: string
gameCount: string
lastGame: number
games: Game
}
export interface GameStats {
Complete: number
Postponed: number