@shortcut/client
    Preparing search index...

    Interface KeyResultValue

    The starting observed value of the Key Result.

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

    Properties

    boolean_value?: boolean

    The boolean value. Present for boolean key results.

    created_at: string

    The time/date this value was created.

    date-time

    creator: MemberSlim

    The Member who created the Doc.

    numeric_value?: string

    The numeric value as a decimal string. Present for numeric and percent key results.