Added more events and categories
This commit is contained in:
@@ -5,6 +5,8 @@ export interface Character {
|
||||
description?: string
|
||||
birth?: LeimDate
|
||||
death?: LeimDate
|
||||
hiddenBirth?: boolean
|
||||
hiddenDeath?: boolean
|
||||
}
|
||||
|
||||
export function isCharacter(object: any): object is Character {
|
||||
|
||||
Reference in New Issue
Block a user