gatelineAPI reference
interface PlannedDecision {
    message: string;
    mutate: StateDocMutation;
    summary: string;
}

Properties

message: string
summary: string

What the decision will do, for confirmation UIs.