/** * A next entry for non-branching steps. Routes to the target step unconditionally. */ export interface SimpleNextEntry { /** The name of the target step. */ step: string; }