mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Event to approval bug solved
This commit is contained in:
@@ -177,7 +177,11 @@ const EventToApproveDetails = z.object({
|
||||
totalDocuments: z.number().nullable(),
|
||||
Documents: z.array(z.unknown()).nullable(),
|
||||
PrivateMessage: z.string().nullable(),
|
||||
Attachments: z.array(Attachments)
|
||||
Attachments: z.array(Attachments),
|
||||
eventRecurrence: z.object({
|
||||
frequency: z.number(),
|
||||
until: z.string()
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user