interface RunOptionsDTO {
    reevaluateOnRerun?: boolean;
}

Properties

reevaluateOnRerun?: boolean