HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias RunMetricResponse

    type RunMetricResponse = {
        explanation: string | null;
        loading: boolean;
        result: boolean | number | string | null;
        success: boolean;
    }
    Index

    Properties

    explanation: string | null
    loading: boolean
    result: boolean | number | string | null
    success: boolean