Interface Bounces

interface Bounces {
    Bounces: Bounce[];
    TotalCount: number;
}

Properties

Properties

Bounces: Bounce[]
TotalCount: number