feat: allow user to update assignedTo for processed permits
This commit is contained in:
@@ -92,6 +92,7 @@ const updateProcessedInput = z.object({
|
||||
block: z.string().nullable().optional(),
|
||||
jobNumber: z.string().nullable().optional(),
|
||||
startDate: z.date().nullable().optional(),
|
||||
assignedTo: z.string().nullable().optional(),
|
||||
});
|
||||
|
||||
export type UpdateProcessedInput = z.infer<typeof updateProcessedInput>;
|
||||
|
||||
Reference in New Issue
Block a user