@yuantest/playwright - v1.2.1
    正在准备搜索索引...

    接口 RootCauseEvidence

    interface RootCauseEvidence {
        type: RootCauseType;
        indicators: string[];
        confidence: number;
        description: string;
    }
    索引

    属性

    indicators: string[]
    confidence: number
    description: string