browser-extensions-playground
    Preparing search index...
    type ProviderSnapshot = {
        accountLabel?: string;
        capturedAt: string;
        confidence: "high" | "medium" | "low";
        metrics: readonly SnapshotMetric[];
        provider: ProviderId;
        rawVersion: string;
        source: "dom" | "network" | "inference";
    }
    Index

    Properties

    accountLabel?: string
    capturedAt: string
    confidence: "high" | "medium" | "low"
    metrics: readonly SnapshotMetric[]
    provider: ProviderId
    rawVersion: string
    source: "dom" | "network" | "inference"