Interface BounceCounts

interface BounceCounts {
    [key: string]: any;
}

Indexable

[key: string]: any