Added timestamps for calendars

This commit is contained in:
Alexis
2025-03-03 23:13:13 +01:00
parent 922bcdc64b
commit 3f4cb46ebf
10 changed files with 80 additions and 28 deletions

View File

@@ -20,6 +20,8 @@ export interface Calendar extends CalendarConfig {
state: CalendarState
color?: string
world?: World
createdAt?: string
updatedAt?: string
}
export const postCalendarSchema = z.object({