Type Alias: RehearsalRecommendation

type RehearsalRecommendation = "proceed" | "caution" | "confirm" | "abort";

Defined in: rehearsal/types.ts:19

Recommendation based on impact analysis