Variable StatusHistoryUpdateSchemaConst
StatusHistoryUpdateSchema: ZodObject<
{
createdById: ZodOptional<ZodCoercedNumber<unknown>>;
newStatusId: ZodOptional<ZodCoercedNumber<unknown>>;
oldStatusId: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
projectId: ZodOptional<ZodCoercedNumber<unknown>>;
taskId: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
> = ...