Changed ways to access calendars
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import type { Calendar } from "./CalendarConfig"
|
||||
|
||||
export interface World {
|
||||
id: number
|
||||
uuid: string
|
||||
name: string
|
||||
description?: string
|
||||
color?: string
|
||||
color?: string,
|
||||
calendars?: Calendar[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user