@shortcut/client
    Preparing search index...

    Interface KeyResultValue

    The starting value of the Key Result.

    interface KeyResultValue {
        boolean_value?: boolean;
        numeric_value?: string;
    }
    Index

    Properties

    boolean_value?: boolean

    The boolean value.

    numeric_value?: string

    The numeric value, as a decimal string. No more than two decimal places are allowed.