Variable PointHistoryUpdateSchemaConst
PointHistoryUpdateSchema: ZodObject<
{
createdById: ZodOptional<ZodCoercedNumber<unknown>>;
newPointId: ZodOptional<ZodCoercedNumber<unknown>>;
oldPointId: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
projectId: ZodOptional<ZodCoercedNumber<unknown>>;
taskId: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
> = ...