Added timestamps for calendars
This commit is contained in:
@@ -20,6 +20,8 @@ export interface Calendar extends CalendarConfig {
|
||||
state: CalendarState
|
||||
color?: string
|
||||
world?: World
|
||||
createdAt?: string
|
||||
updatedAt?: string
|
||||
}
|
||||
|
||||
export const postCalendarSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user