notification click, calendar input

This commit is contained in:
Peter Maquiran
2024-06-28 12:12:33 +01:00
parent 2cc90867d8
commit f0402a1e5b
9 changed files with 23 additions and 47 deletions
@@ -12,6 +12,7 @@ export const NotificationTableSchema = z.object({
dateEnd: z.string().optional().nullable(),
location: z.string().optional().nullable(),
status: z.boolean().optional(),
notificationBody: z.any().optional()
})
export type NotificationTable = z.infer<typeof NotificationTableSchema>