pm-db
    Preparing search index...

    Variable PriorityHistoryUpdateSchemaConst

    PriorityHistoryUpdateSchema: ZodObject<
        {
            createdById: ZodOptional<ZodCoercedNumber<unknown>>;
            newPriorityId: ZodOptional<ZodCoercedNumber<unknown>>;
            oldPriorityId: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
            projectId: ZodOptional<ZodCoercedNumber<unknown>>;
            taskId: ZodOptional<ZodCoercedNumber<unknown>>;
        },
        $strip,
    > = ...