Variable ExplorationEventTypeSchemaConst
ExplorationEventTypeSchema: ZodEnum<
{
tree_created: "tree_created";
node_created: "node_created";
node_activated: "node_activated";
node_deactivated: "node_deactivated";
node_completed: "node_completed";
node_pruned: "node_pruned";
path_scored: "path_scored";
cross_tree_share: "cross_tree_share";
conclusion_reached: "conclusion_reached";
tree_completed: "tree_completed";
forest_converging: "forest_converging";
forest_completed: "forest_completed";
},
> = ...
Schema for ExplorationEventType validation.