Variable AssignmentHistoryUpdateSchemaConst
AssignmentHistoryUpdateSchema: ZodObject<
{
createdById: ZodOptional<ZodCoercedNumber<unknown>>;
newUserId: ZodOptional<ZodCoercedNumber<unknown>>;
oldUserId: ZodOptional<ZodCoercedNumber<unknown>>;
projectId: ZodOptional<ZodCoercedNumber<unknown>>;
taskId: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
> = ...