Interface AlternativeAction

An alternative action that could be taken.

interface AlternativeAction {
    alternativeId: string;
    description: string;
    tradeoffs?: string;
}

Properties

alternativeId: string

Alternative identifier

description: string

Description of alternative

tradeoffs?: string

Trade-offs of this alternative