Chron script for loading database
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user