Added secondary categories to events / characters
This commit is contained in:
@@ -8,6 +8,7 @@ export interface CalendarEvent {
|
||||
endDate?: RPGDate
|
||||
description?: string
|
||||
category?: Category
|
||||
secondaryCategories?: Category[]
|
||||
hidden?: boolean
|
||||
wiki?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user