Interface BounceMetric

interface BounceMetric {
    Count: number;
    Name: string;
    Type?: string;
}

Properties

Properties

Count: number
Name: string
Type?: string