Interface UpdateKeyResult

interface UpdateKeyResult {
    initial_observed_value?: KeyResultValue;
    name?: string;
    observed_value?: KeyResultValue;
    target_value?: KeyResultValue;
}

Properties

initial_observed_value?: KeyResultValue

The starting value of the Key Result.

name?: string

The name of the Key Result.

observed_value?: KeyResultValue

The starting value of the Key Result.

target_value?: KeyResultValue

The starting value of the Key Result.