@shortcut/client
    Preparing search index...

    Interface UpdateKeyResult

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

    Properties

    initial_observed_value?: KeyResultValue

    The starting value of the Key Result.

    name?: string

    The name of the Key Result.

    1024

    observed_value?: KeyResultValue

    The starting value of the Key Result.

    target_value?: KeyResultValue

    The starting value of the Key Result.